]> git.scottworley.com Git - pinch/commitdiff
fallback git-cache 1.4.2 -> 1.4.3
authorScott Worley <scottworley@scottworley.com>
Thu, 25 May 2023 02:00:24 +0000 (19:00 -0700)
committerScott Worley <scottworley@scottworley.com>
Thu, 25 May 2023 02:00:24 +0000 (19:00 -0700)
default.nix

index caebd9c961e727f6fdd1c9d188ffddbb35b84f9b..8812eee986a159cf560d72356d6429b84b94d6ef 100644 (file)
@@ -9,11 +9,11 @@ let
   git-cache-fallback = { buildPythonPackage, fetchgit, git, backoff, mypy, }:
     buildPythonPackage rec {
       pname = "git-cache";
-      version = "1.4.2";
+      version = "1.4.3";
       src = fetchgit {
         url = "https://git.scottworley.com/pub/git/git-cache";
         rev = "v${version}";
-        hash = "sha256-Z9daNCmjzaVdeG3mITRWdNM+ewUEcKy5N4/Xpdotsg0=";
+        hash = "sha256-Qr62bGdlFFkzYTl6ot34UiOJxbP1Eeelx2OEd96vrqI=";
       };
       propagatedBuildInputs = [ backoff ];
       "${checkInputsName}" = [ git mypy ];