From 60e28cc7a4eb274c4f61c8e7e06668c684f964bc Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Wed, 23 Nov 2022 01:45:50 -0800 Subject: [PATCH] =?utf8?q?git-cache:=201.3.1=20=E2=86=92=201.4.2?= 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 7457960..12751ec 100644 --- a/overlays/pinch.nix +++ b/overlays/pinch.nix @@ -5,11 +5,11 @@ let ({ buildPythonPackage, fetchgit, git, backoff, mypy, }: buildPythonPackage rec { pname = "git-cache"; - version = "1.3.1"; + version = "1.4.2"; src = fetchgit { url = "https://git.scottworley.com/pub/git/git-cache"; rev = "v${version}"; - sha256 = "0awz7f6avzw9fk9gp1kadj0nbmf1s60qic9zb6ww92zig3khg12k"; + hash = "sha256-Z9daNCmjzaVdeG3mITRWdNM+ewUEcKy5N4/Xpdotsg0="; }; propagatedBuildInputs = [ backoff ]; checkInputs = [ git mypy ]; -- 2.44.1