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
commit 5d131c2a77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

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=";
};

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=";
};