From: Scott Worley Date: Thu, 21 Mar 2024 23:02:10 +0000 (-0700) Subject: pinch: 3.0.13 → 3.0.15 X-Git-Url: http://git.scottworley.com/auto-upgrade-with-pinch/commitdiff_plain/4a164d4e0c88d28a68b71174e38b138ba1e7504e?hp=408142ea40708f6c0bf853838fb877be29cf93a9 pinch: 3.0.13 → 3.0.15 --- diff --git a/overlays/pinch.nix b/overlays/pinch.nix index 5a2eaff..b3a6bf4 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.13"; + version = "3.0.15"; src = fetchgit { url = "https://git.scottworley.com/pub/git/pinch"; rev = "v${version}"; - hash = "sha256-GGl16qDinNWe7qVnkfFJWNZiLb71sLZTHQ04a9g/26k="; + hash = "sha256-dOTX1UHnQb7GCO5iFZfl+GDf+kpnRZpzhjuTy9aw7DA="; }; buildInputs = [ makeWrapper ]; propagatedBuildInputs = [ git-cache ];