hof: 0.6.9-beta.1 -> 0.6.9

Diff: https://github.com/hofstadter-io/hof/compare/v0.6.9-beta.1...v0.6.9
This commit is contained in:
techknowlogick 2024-10-05 18:04:01 -04:00
parent 3a8cd368bb
commit 823adf6a2e

View File

@ -6,18 +6,18 @@
buildGoModule rec {
pname = "hof";
version = "0.6.9-beta.1";
version = "0.6.9";
src = fetchFromGitHub {
owner = "hofstadter-io";
repo = "hof";
rev = "v${version}";
hash = "sha256-4yVP6DRHrsp52VxBhr7qppPhInYEsvPbIfxxQcRwHTw=";
hash = "sha256-okY+CkPnlndy5H4M1+T1CY21+63+KPBinHoa5+8kQ2M=";
};
nativeBuildInputs = [ installShellFiles ];
vendorHash = "sha256-cDUcYwcxPn+9TEP5lhVJXofijCZX94Is+Qt41PqUgjI=";
vendorHash = "sha256-SmUEVWIyV6k5Lu5zeKGqpij3zUNRZQmIgtf8/Hf7UUs=";
subPackages = [ "./cmd/hof/main.go" ];