auth0-cli, macchina: fix erroneous rev

This commit is contained in:
Weijia Wang 2023-01-13 02:20:55 +01:00
parent 971e45b76a
commit d08c24e529
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=";
};