]> git.scottworley.com Git - pinch/commitdiff
fallback git-cache 1.4.1 -> 1.4.2
authorScott Worley <scottworley@scottworley.com>
Wed, 23 Nov 2022 09:16:00 +0000 (01:16 -0800)
committerScott Worley <scottworley@scottworley.com>
Wed, 23 Nov 2022 09:25:26 +0000 (01:25 -0800)
default.nix

index cc6f858c7627d1ffee931052d4a80d020eacd3c3..31a63986b2376a9705e80980c08ff92b38f03c76 100644 (file)
@@ -5,11 +5,11 @@ let
   git-cache-fallback = { buildPythonPackage, fetchgit, git, backoff, mypy, }:
     buildPythonPackage rec {
       pname = "git-cache";
-      version = "1.4.1";
+      version = "1.4.2";
       src = fetchgit {
         url = "https://git.scottworley.com/pub/git/git-cache";
         rev = "v${version}";
-        sha256 = "0ml1myhmd9mw1z5bwni9fhvx7h9dknhmqq4nyci9n5lvrhbmcdc9";
+        hash = "sha256-Z9daNCmjzaVdeG3mITRWdNM+ewUEcKy5N4/Xpdotsg0=";
       };
       propagatedBuildInputs = [ backoff ];
       checkInputs = [ git mypy ];