forked from mirrors/nixpkgs
Merge pull request #210465 from wegank/r-ryantm-bug
auth0-cli, macchina: fix erroneous rev
This commit is contained in:
commit
5d131c2a77
|
@ -10,7 +10,7 @@ buildGoModule rec {
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "auth0";
|
owner = "auth0";
|
||||||
repo = "auth0-cli";
|
repo = "auth0-cli";
|
||||||
rev = "tags/release/v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-FotjdMbQXDwkURSeye86sIFN60V//UlF7kZrwfkvTGY=";
|
hash = "sha256-FotjdMbQXDwkURSeye86sIFN60V//UlF7kZrwfkvTGY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@ rustPlatform.buildRustPackage rec {
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Macchina-CLI";
|
owner = "Macchina-CLI";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "tags/release/v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-zbQOmlFWpoQwf4rlDLn1V0vj1c66pVWrMROGANRDl9s=";
|
hash = "sha256-zbQOmlFWpoQwf4rlDLn1V0vj1c66pVWrMROGANRDl9s=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue