From 096b39f1858ec3486682c63fa93f7477dac76489 Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Thu, 3 Feb 2022 09:02:23 -0800 Subject: [PATCH] pinch: 3.0.4 -> 3.0.7 --- overlays/pinch.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/overlays/pinch.nix b/overlays/pinch.nix index 1277423..420d594 100644 --- a/overlays/pinch.nix +++ b/overlays/pinch.nix @@ -38,11 +38,11 @@ let ({ buildPythonPackage, fetchgit, nix, git, makeWrapper, mypy, git-cache, }: buildPythonPackage rec { pname = "pinch"; - version = "3.0.4"; + version = "3.0.7"; src = fetchgit { url = "https://scottworley.com/pinch.git"; rev = "v${version}"; - sha256 = "1i7v9vcjk599ffzwf3nq38y811cm6rnxriarqgpp3kwy52r91mi2"; + sha256 = "sha256-BMESwx3uUVOFekiXr1LSGNF4DXexT26awzIQIzw/iZY="; }; buildInputs = [ makeWrapper ]; propagatedBuildInputs = [ git-cache ]; -- 2.44.1