From 8bcd33744c2db7f03ae31ca85aa0582e66745b4f Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Wed, 24 May 2023 19:23:30 -0700 Subject: [PATCH] =?utf8?q?git-cache:=201.4.2=20=E2=86=92=201.4.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- overlays/pinch.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/overlays/pinch.nix b/overlays/pinch.nix index 07daaf7..7dcddb0 100644 --- a/overlays/pinch.nix +++ b/overlays/pinch.nix @@ -9,11 +9,11 @@ let ({ 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 ]; -- 2.44.1