Merge pull request #210465 from wegank/r-ryantm-bug

auth0-cli, macchina: fix erroneous rev
This commit is contained in:
Bobby Rong
2023-01-13 13:33:17 +08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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=";
};
+1 -1
View File
@@ -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=";
};