X-Git-Url: http://git.scottworley.com/auto-upgrade-with-pinch/blobdiff_plain/d07240cce51e23669d8187d6ea71debe5bba7d26..4a164d4e0c88d28a68b71174e38b138ba1e7504e:/overlays/pinch.nix diff --git a/overlays/pinch.nix b/overlays/pinch.nix index f984b92..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.11"; + version = "3.0.15"; src = fetchgit { url = "https://git.scottworley.com/pub/git/pinch"; rev = "v${version}"; - hash = "sha256-VxlwqZVUzHOej+5dU03jdL/erJGXEKvOeNAs6K9/D9M="; + hash = "sha256-dOTX1UHnQb7GCO5iFZfl+GDf+kpnRZpzhjuTy9aw7DA="; }; buildInputs = [ makeWrapper ]; propagatedBuildInputs = [ git-cache ];