Deployment and lifecycle management for Nix
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

go-cli: fix hash

+2 -1
+1
justfile
··· 81 81 git tag -a -m v$(cat VERSION) v$(cat VERSION) 82 82 git push 83 83 git push --tags 84 + jj git push 84 85 just release 85 86 86 87 start: dev-services start-all
+1 -1
nix/packages/go-cli.nix
··· 52 52 # disable checks for now until better fleshed out 53 53 doCheck = false; 54 54 55 - vendorHash = "sha256-OSgd8FzlonCSz36a4jFF0Ili4LQTadOYA0QRfw1q1S8="; 55 + vendorHash = "sha256-7YrrUw82RkdI4cNMEo7gXxuYdGYheuVTXxslOQTLoSQ="; 56 56 57 57 meta.mainProgram = "sower"; 58 58 }