From 7e0a35744ed90b43d0bc3df8d926fd9327885415 Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Mon, 7 Jun 2021 23:26:58 -0700 Subject: [PATCH] git-cache: 1.3.0 -> 1.3.1 --- overlays/pinch.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/overlays/pinch.nix b/overlays/pinch.nix index 969846e..1277423 100644 --- a/overlays/pinch.nix +++ b/overlays/pinch.nix @@ -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 ]; -- 2.44.1