]> git.scottworley.com Git - auto-upgrade-with-pinch/commitdiff
25.05: polite-merge: 2.4.1 → 2.4.2
authorScott Worley <scottworley@scottworley.com>
Sat, 24 May 2025 07:10:03 +0000 (00:10 -0700)
committerScott Worley <scottworley@scottworley.com>
Sat, 24 May 2025 07:10:03 +0000 (00:10 -0700)
overlays/polite-merge.nix

index 2d21b5dc10f5f626fe154e70c65469c336cfbe85..da4db98cf5f46ffb80d789f9686e6eb4f5509c15 100644 (file)
@@ -5,11 +5,11 @@ self: super: {
     self.callPackage ({ fetchgit, git, stdenv, }:
       stdenv.mkDerivation rec {
         pname = "polite-merge";
     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}";
         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 ];
         };
         postUnpack = "patchShebangs .";
         nativeCheckInputs = [ git ];