From: Scott Worley Date: Sat, 24 May 2025 07:10:03 +0000 (-0700) Subject: 25.05: polite-merge: 2.4.1 → 2.4.2 X-Git-Url: http://git.scottworley.com/auto-upgrade-with-pinch/commitdiff_plain/08ba75937bf44ed82f5a41c6088af23daa2242fb 25.05: polite-merge: 2.4.1 → 2.4.2 --- diff --git a/overlays/polite-merge.nix b/overlays/polite-merge.nix index 2d21b5d..da4db98 100644 --- a/overlays/polite-merge.nix +++ b/overlays/polite-merge.nix @@ -5,11 +5,11 @@ self: super: { self.callPackage ({ fetchgit, git, stdenv, }: stdenv.mkDerivation rec { pname = "polite-merge"; - version = "2.4.1"; + version = "2.4.2"; src = fetchgit { url = "https://git.scottworley.com/pub/git/polite-merge"; rev = "v${version}"; - hash = "sha256-WtxDKKc3/IkLahVnrbfBXj6DoX1Rbu0qrIZK7D4Z7hY="; + hash = "sha256-CUNKLCwIFwwVaA9opw9yql5AGej/ozQv8k1YR/cfV4I="; }; postUnpack = "patchShebangs ."; nativeCheckInputs = [ git ];