From: Scott Worley Date: Thu, 25 May 2023 02:23:30 +0000 (-0700) Subject: git-cache: 1.4.2 → 1.4.3 X-Git-Url: http://git.scottworley.com/auto-upgrade-with-pinch/commitdiff_plain/8bcd33744c2db7f03ae31ca85aa0582e66745b4f?ds=inline git-cache: 1.4.2 → 1.4.3 --- 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 ];