forked from mirrors/nixpkgs
auth0-cli, macchina: fix erroneous rev
This commit is contained in:
parent
971e45b76a
commit
d08c24e529
|
@ -10,7 +10,7 @@ buildGoModule rec {
|
|||
src = fetchFromGitHub {
|
||||
owner = "auth0";
|
||||
repo = "auth0-cli";
|
||||
rev = "tags/release/v${version}";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-FotjdMbQXDwkURSeye86sIFN60V//UlF7kZrwfkvTGY=";
|
||||
};
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ rustPlatform.buildRustPackage rec {
|
|||
src = fetchFromGitHub {
|
||||
owner = "Macchina-CLI";
|
||||
repo = pname;
|
||||
rev = "tags/release/v${version}";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-zbQOmlFWpoQwf4rlDLn1V0vj1c66pVWrMROGANRDl9s=";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue