From: Scott Worley Date: Wed, 23 Nov 2022 09:47:47 +0000 (-0800) Subject: pinch: 3.0.9 → 3.0.10 X-Git-Url: http://git.scottworley.com/auto-upgrade-with-pinch/commitdiff_plain/3926efa5b3b5cc043870dde1eb909d0af75f2be2?ds=sidebyside;hp=60e28cc7a4eb274c4f61c8e7e06668c684f964bc pinch: 3.0.9 → 3.0.10 --- diff --git a/overlays/pinch.nix b/overlays/pinch.nix index 12751ec..dfb9eac 100644 --- a/overlays/pinch.nix +++ b/overlays/pinch.nix @@ -21,11 +21,11 @@ let ({ buildPythonPackage, fetchgit, nix_2_3, git, makeWrapper, mypy, git-cache, }: buildPythonPackage rec { pname = "pinch"; - version = "3.0.9"; + version = "3.0.10"; src = fetchgit { url = "https://git.scottworley.com/pub/git/pinch"; rev = "v${version}"; - sha256 = "sha256-D1XC8pmemdOpIEWvS0VH9Fguvp92FqpQfJj2TudfwRw="; + hash = "sha256-U3TOTfYvM1ONF9DJrWxfhjVQnY7GD96ru6A2Yj01lcg="; }; buildInputs = [ makeWrapper ]; propagatedBuildInputs = [ git-cache ];