Skip to content

Commit

Permalink
zinit: use tag instead of refs/tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Moraxyc committed Jan 4, 2025
1 parent a279201 commit d8401b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/by-name/zi/zinit/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
src = fetchFromGitHub {
owner = "zdharma-continuum";
repo = finalAttrs.pname;
rev = "refs/tags/v${finalAttrs.version}";
tag = "v${finalAttrs.version}";
hash = "sha256-fnBV0LmC/wJm0pOITJ1mhiBqsg2F8AQJWvn0p/Bgo5Q=";
};

Expand Down

0 comments on commit d8401b9

Please sign in to comment.