inkscape-extensions.inkstitch: simplify fetchFromGitHub

This commit is contained in:
tropf
2024-12-23 05:08:16 +01:00
parent e74bd37a8c
commit cd87669d6f
@@ -40,7 +40,7 @@ python3.pkgs.buildPythonApplication {
src = fetchFromGitHub {
owner = "inkstitch";
repo = "inkstitch";
rev = "refs/tags/v${version}";
tag = "v${version}";
hash = "sha256-CGhJsDRhElgemNv2BXqZr6Vi5EyBArFak7Duz545ivY=";
};