Commit cd87669d authored by tropf's avatar tropf
Browse files

inkscape-extensions.inkstitch: simplify fetchFromGitHub

parent e74bd37a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ python3.pkgs.buildPythonApplication {
  src = fetchFromGitHub {
    owner = "inkstitch";
    repo = "inkstitch";
    rev = "refs/tags/v${version}";
    tag = "v${version}";
    hash = "sha256-CGhJsDRhElgemNv2BXqZr6Vi5EyBArFak7Duz545ivY=";
  };