danielmiessler / fabric

fabric is an open-source framework for augmenting humans using AI. It provides a modular framework for solving specific problems using a crowdsourced set of AI prompts that can be used anywhere.
https://danielmiessler.com/p/fabric-origin-story
MIT License
25.52k stars 2.71k forks source link

Implement automated ci nix package version update #1096

Closed jaredmontoya closed 3 weeks ago

jaredmontoya commented 3 weeks ago

What this Pull Request (PR) does

Implemented automatic CI updates of the nix package version

jaredmontoya commented 3 weeks ago

@eugeis sorry for another PR, but I remembered that a github workflow updates version.go and that it will always be out of sync with the nix package version if I don't implement this in the CI.