step-cli: fix hash
This commit is contained in:
parent
9f2d3e2c21
commit
3b8c15e39c
@ -16,7 +16,12 @@ buildGoModule {
|
|||||||
owner = "smallstep";
|
owner = "smallstep";
|
||||||
repo = "cli";
|
repo = "cli";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-Ha64SLJWJdfVt1T2M6UHyFD/OD8lmUQ0vU8OKjN272Y=";
|
hash = "sha256-G+/fc1qFXcNOxF+oyDmEZzzOUcODBvX+YfQ8Sx5JQK4=";
|
||||||
|
# this file change depending on git branch status (via .gitattributes)
|
||||||
|
# https://github.com/NixOS/nixpkgs/issues/84312
|
||||||
|
postFetch = ''
|
||||||
|
rm -f $out/.VERSION
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
ldflags = [
|
ldflags = [
|
||||||
|
Loading…
Reference in New Issue
Block a user