]> git.scottworley.com Git - auto-upgrade-with-pinch/commitdiff
polite-merge: 2.0 -> 2.1
authorScott Worley <scottworley@scottworley.com>
Wed, 10 Jun 2020 23:45:41 +0000 (16:45 -0700)
committerScott Worley <scottworley@scottworley.com>
Wed, 10 Jun 2020 23:45:41 +0000 (16:45 -0700)
overlays/polite-merge.nix

index b1cf565886772225ad08cf8c7ed0235a5bc521bf..94dbc4b6b7afaf7e4e077b1ecdfc3eb06a176adf 100644 (file)
@@ -5,11 +5,11 @@ self: super: {
     self.callPackage ({ fetchgit, git, stdenv, }:
       stdenv.mkDerivation rec {
         pname = "polite-merge";
-        version = "2.0";
+        version = "2.1";
         src = fetchgit {
           url = "https://scottworley.com/polite-merge.git";
           rev = version;
-          sha256 = "0dds7pf60aqm7r4g13q1bhfbzmi478c2zy2ddj5zgq0rp2kwfaba";
+          sha256 = "0dqx8r1ldiynnwrqrr4zhjdlh69xl9dblkrn03g6ym8chnbsxwak";
         };
         postUnpack = "patchShebangs .";
         checkInputs = [ git ];