]> git.scottworley.com Git - auto-upgrade-with-pinch/blobdiff - overlays/polite-merge.nix
Gentler updates (nice & ionice)
[auto-upgrade-with-pinch] / overlays / polite-merge.nix
index b1cf565886772225ad08cf8c7ed0235a5bc521bf..bc73b15dd5120ab79df9d97546490503108cef79 100644 (file)
@@ -5,11 +5,11 @@ self: super: {
     self.callPackage ({ fetchgit, git, stdenv, }:
       stdenv.mkDerivation rec {
         pname = "polite-merge";
-        version = "2.0";
+        version = "2.4";
         src = fetchgit {
-          url = "https://scottworley.com/polite-merge.git";
+          url = "https://git.scottworley.com/pub/git/polite-merge";
           rev = version;
-          sha256 = "0dds7pf60aqm7r4g13q1bhfbzmi478c2zy2ddj5zgq0rp2kwfaba";
+          sha256 = "1p6ivaay3bk4vvqqic7g23xrhkkq8z19zhsaxkav8kk90s2bmmza";
         };
         postUnpack = "patchShebangs .";
         checkInputs = [ git ];