]> git.scottworley.com Git - pinch/blobdiff - default.nix
Release 3.0.8
[pinch] / default.nix
index f35c1524eea48f58286c55771ace59533eefd40f..5608be6b5e7a58d2825e065e21c4df7f556c1900 100644 (file)
@@ -24,7 +24,7 @@ let
       pname = "git-cache";
       version = "1.4.1";
       src = fetchgit {
-        url = "https://scottworley.com/git-cache.git";
+        url = "https://git.scottworley.com/pub/git/git-cache";
         rev = "v${version}";
         sha256 = "0ml1myhmd9mw1z5bwni9fhvx7h9dknhmqq4nyci9n5lvrhbmcdc9";
       };
@@ -38,7 +38,7 @@ in pkgs.python3Packages.callPackage ({ lib, buildPythonPackage, nix_2_3, git
   , autopep8, makeWrapper, mypy, pylint, git-cache, }:
   buildPythonPackage rec {
     pname = "pinch";
-    version = "3.0.6";
+    version = "3.0.8";
     src = lib.cleanSource ./.;
     buildInputs = [ makeWrapper ];
     propagatedBuildInputs = [ git-cache ];