Skip to content

Commit

Permalink
apvlv: migrate fetchgit from rev to tag
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsds committed Dec 25, 2024
1 parent 54ac1fa commit e85d94a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/by-name/ap/apvlv/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitHub {
owner = "naihe2010";
repo = "apvlv";
rev = "refs/tags/v0.5.0-final";
tag = "v0.5.0-final";
hash = "sha256-5Wbv3dXieymhhPmEKQu8X/38WsDA1T/IBPoMXdpzcaA=";
};

Expand Down

0 comments on commit e85d94a

Please sign in to comment.