We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e74bd37 commit cd87669Copy full SHA for cd87669
pkgs/applications/graphics/inkscape/extensions/inkstitch/default.nix
@@ -40,7 +40,7 @@ python3.pkgs.buildPythonApplication {
40
src = fetchFromGitHub {
41
owner = "inkstitch";
42
repo = "inkstitch";
43
- rev = "refs/tags/v${version}";
+ tag = "v${version}";
44
hash = "sha256-CGhJsDRhElgemNv2BXqZr6Vi5EyBArFak7Duz545ivY=";
45
};
46
0 commit comments