X-Git-Url: http://git.scottworley.com/auto-upgrade-with-pinch/blobdiff_plain/8bcd33744c2db7f03ae31ca85aa0582e66745b4f..37a3940646500164164cca594c1f7d950d363a0f:/overlays/pinch.nix diff --git a/overlays/pinch.nix b/overlays/pinch.nix index 7dcddb0..72fd8b6 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.10"; + version = "3.0.12"; src = fetchgit { url = "https://git.scottworley.com/pub/git/pinch"; rev = "v${version}"; - hash = "sha256-U3TOTfYvM1ONF9DJrWxfhjVQnY7GD96ru6A2Yj01lcg="; + hash = "sha256-1fsTPEDOidGI0IJMelZW4FB1VOP8RT+GSbDoL2vNUJY="; }; buildInputs = [ makeWrapper ]; propagatedBuildInputs = [ git-cache ];