]> git.scottworley.com Git - pinch/blobdiff - default.nix
fallback git-cache 1.4.3 -> 1.5.0 for "git_ref = tag <tag>" support
[pinch] / default.nix
index c11b3a9724e3c43aab8eacf8445967ea93bc6602..27b2dd99b2e4057fcfadb5784b869d34b1d4dbc5 100644 (file)
@@ -9,11 +9,11 @@ let
   git-cache-fallback = { buildPythonPackage, fetchgit, git, backoff, mypy, }:
     buildPythonPackage rec {
       pname = "git-cache";
-      version = "1.4.3";
+      version = "1.5.0";
       src = fetchgit {
         url = "https://git.scottworley.com/pub/git/git-cache";
         rev = "v${version}";
-        hash = "sha256-Qr62bGdlFFkzYTl6ot34UiOJxbP1Eeelx2OEd96vrqI=";
+        hash = "sha256-g4TS/zX3e29Q3ThsCAX2wLLlYbi8fdux5uqAc+b/Oww=";
       };
       propagatedBuildInputs = [ backoff ];
       "${checkInputsName}" = [ git mypy ];