From 4a164d4e0c88d28a68b71174e38b138ba1e7504e Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Thu, 21 Mar 2024 16:02:10 -0700 Subject: [PATCH 1/2] =?utf8?q?pinch:=203.0.13=20=E2=86=92=203.0.15?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- overlays/pinch.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ]; -- 2.44.1 From beb12f9dc0751d25ba7a74c279e7f2de94d685cf Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Sat, 29 Jun 2024 00:17:01 -0700 Subject: [PATCH 2/2] =?utf8?q?pinch:=203.0.15=20=E2=86=92=203.1.0=20for=20?= =?utf8?q?"git=5Fref=20=3D=20tag=20"=20support?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- overlays/pinch.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/overlays/pinch.nix b/overlays/pinch.nix index b3a6bf4..37c2e7d 100644 --- a/overlays/pinch.nix +++ b/overlays/pinch.nix @@ -9,11 +9,11 @@ let ({ buildPythonPackage, fetchgit, git, backoff, mypy, }: buildPythonPackage rec { pname = "git-cache"; - version = "1.4.3"; + version = "1.5.0"; src = fetchgit { url = "https://git.scottworley.com/pub/git/git-cache"; rev = "v${version}"; - hash = "sha256-Qr62bGdlFFkzYTl6ot34UiOJxbP1Eeelx2OEd96vrqI="; + hash = "sha256-g4TS/zX3e29Q3ThsCAX2wLLlYbi8fdux5uqAc+b/Oww="; }; propagatedBuildInputs = [ backoff ]; "${checkInputsName}" = [ git mypy ]; @@ -25,11 +25,11 @@ let ({ buildPythonPackage, fetchgit, nix_2_3, git, makeWrapper, mypy, git-cache, }: buildPythonPackage rec { pname = "pinch"; - version = "3.0.15"; + version = "3.1.0"; src = fetchgit { url = "https://git.scottworley.com/pub/git/pinch"; rev = "v${version}"; - hash = "sha256-dOTX1UHnQb7GCO5iFZfl+GDf+kpnRZpzhjuTy9aw7DA="; + hash = "sha256-qwbYDSGE6p1YU3AnOatXNoTUc284D1xPQs/tRS++VOM="; }; buildInputs = [ makeWrapper ]; propagatedBuildInputs = [ git-cache ]; -- 2.44.1