From: Scott Worley Date: Fri, 8 Dec 2023 03:45:30 +0000 (-0800) Subject: pinch: 3.0.12 → 3.0.13 X-Git-Url: http://git.scottworley.com/auto-upgrade-with-pinch/commitdiff_plain/408142ea40708f6c0bf853838fb877be29cf93a9?ds=sidebyside pinch: 3.0.12 → 3.0.13 --- diff --git a/overlays/pinch.nix b/overlays/pinch.nix index 72fd8b6..5a2eaff 100644 --- a/overlays/pinch.nix +++ b/overlays/pinch.nix @@ -25,11 +25,11 @@ let ({ buildPythonPackage, fetchgit, nix_2_3, git, makeWrapper, mypy, git-cache, }: buildPythonPackage rec { pname = "pinch"; - version = "3.0.12"; + version = "3.0.13"; src = fetchgit { url = "https://git.scottworley.com/pub/git/pinch"; rev = "v${version}"; - hash = "sha256-1fsTPEDOidGI0IJMelZW4FB1VOP8RT+GSbDoL2vNUJY="; + hash = "sha256-GGl16qDinNWe7qVnkfFJWNZiLb71sLZTHQ04a9g/26k="; }; buildInputs = [ makeWrapper ]; propagatedBuildInputs = [ git-cache ];