Skip to content

Commit cd87669

Browse files
committed
inkscape-extensions.inkstitch: simplify fetchFromGitHub
1 parent e74bd37 commit cd87669

File tree

1 file changed

+1
-1
lines changed
  • pkgs/applications/graphics/inkscape/extensions/inkstitch

1 file changed

+1
-1
lines changed

pkgs/applications/graphics/inkscape/extensions/inkstitch/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ python3.pkgs.buildPythonApplication {
4040
src = fetchFromGitHub {
4141
owner = "inkstitch";
4242
repo = "inkstitch";
43-
rev = "refs/tags/v${version}";
43+
tag = "v${version}";
4444
hash = "sha256-CGhJsDRhElgemNv2BXqZr6Vi5EyBArFak7Duz545ivY=";
4545
};
4646

0 commit comments

Comments
 (0)