Skip to content

Commit 699c944

Browse files
committed
foot: use tag over rev in fetcher
1 parent 79721c6 commit 699c944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/by-name/fo/foot/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ stdenv.mkDerivation {
103103
domain = "codeberg.org";
104104
owner = "dnkl";
105105
repo = "foot";
106-
rev = version;
107106
hash = "sha256-OCDFfOEyE8CrgisswSfPXH1rNoaM1C1ztm9R77P0MOk=";
107+
tag = version;
108108
};
109109

110110
separateDebugInfo = true;

0 commit comments

Comments
 (0)