]> git.scottworley.com Git - auto-upgrade-with-pinch/blobdiff - overlays/pinch.nix
git-cache: 1.3.0 -> 1.3.1
[auto-upgrade-with-pinch] / overlays / pinch.nix
index 969846e52bb1d33588b89280b3ffb70dcf77d74c..12774234d00ba8b693db3277aef679771a6714c6 100644 (file)
@@ -22,11 +22,11 @@ let
     ({ buildPythonPackage, fetchgit, git, backoff, mypy, }:
       buildPythonPackage rec {
         pname = "git-cache";
-        version = "1.3.0";
+        version = "1.3.1";
         src = fetchgit {
           url = "https://scottworley.com/git-cache.git";
           rev = "v${version}";
-          sha256 = "sha256-0HbtnS98im0sd2JIdUePBcspUskL2DY8ylQdyEC2sS0=";
+          sha256 = "0awz7f6avzw9fk9gp1kadj0nbmf1s60qic9zb6ww92zig3khg12k";
         };
         propagatedBuildInputs = [ backoff ];
         checkInputs = [ git mypy ];