From: Scott Worley Date: Tue, 8 Jun 2021 06:25:24 +0000 (-0700) Subject: fallback git-cache 1.2.1 -> 1.3.1 X-Git-Tag: v3.0.5~6 X-Git-Url: http://git.scottworley.com/pinch/commitdiff_plain/382f6a2636a2d6630796bcfb03757df4f11bd3c3?hp=815e366bb8a93f938f435a0e6a347ce29c2e16da fallback git-cache 1.2.1 -> 1.3.1 --- diff --git a/default.nix b/default.nix index f3816c5..dc7470b 100644 --- a/default.nix +++ b/default.nix @@ -22,11 +22,11 @@ let git-cache-fallback = { buildPythonPackage, fetchgit, git, backoff, mypy, }: buildPythonPackage rec { pname = "git-cache"; - version = "1.2.1"; + version = "1.3.1"; src = fetchgit { url = "https://scottworley.com/git-cache.git"; rev = "v${version}"; - sha256 = "16yh75176pnbzf48ak7q8lpfpr6digi130i5drxs6k2y9nf7g1jz"; + sha256 = "0awz7f6avzw9fk9gp1kadj0nbmf1s60qic9zb6ww92zig3khg12k"; }; propagatedBuildInputs = [ backoff ]; checkInputs = [ git mypy ];