]> git.scottworley.com Git - auto-upgrade-with-pinch/commitdiff
polite-merge: 2.3 -> 2.4
authorScott Worley <scottworley@scottworley.com>
Sun, 30 Jan 2022 21:00:31 +0000 (13:00 -0800)
committerScott Worley <scottworley@scottworley.com>
Sun, 30 Jan 2022 21:00:31 +0000 (13:00 -0800)
overlays/polite-merge.nix

index 87abfd74e788e0d4b130138495bf41d88ffb8aae..e8eda590354669c15f664dfd3f28c3bd06ab078a 100644 (file)
@@ -5,11 +5,11 @@ self: super: {
     self.callPackage ({ fetchgit, git, stdenv, }:
       stdenv.mkDerivation rec {
         pname = "polite-merge";
-        version = "2.3";
+        version = "2.4";
         src = fetchgit {
           url = "https://scottworley.com/polite-merge.git";
           rev = version;
-          sha256 = "0777h8pyvpml91w7lkj41shb16vpk2sbazlng44488zk3i8alq18";
+          sha256 = "1p6ivaay3bk4vvqqic7g23xrhkkq8z19zhsaxkav8kk90s2bmmza";
         };
         postUnpack = "patchShebangs .";
         checkInputs = [ git ];