Skip to content

Commit 502c710

Browse files
michielp1807folkertdev
authored andcommitted
Use release tag as GitHub rev
1 parent 82878ff commit 502c710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ python3.pkgs.buildPythonPackage rec {
1313
src = fetchFromGitHub {
1414
owner = "trifectatechfoundation";
1515
repo = "ziplinter";
16-
rev = "698922aff67194f511da0586433504cdf43fe965";
16+
rev = "v${version}";
1717
hash = "sha256-YL41HUoQfc9StAAHBR0Gt7r5NFQsh6LjfdFfiYRNB4s=";
1818
};
1919

0 commit comments

Comments
 (0)