]> git.scottworley.com Git - auto-upgrade-with-pinch/blobdiff - overlays/polite-merge.nix
Drop 22.11 support: Just use "nativeCheckInputs"
[auto-upgrade-with-pinch] / overlays / polite-merge.nix
index e8eda590354669c15f664dfd3f28c3bd06ab078a..c4a02a81ad3094c2b753b193cab679eda58fbebb 100644 (file)
@@ -7,12 +7,12 @@ self: super: {
         pname = "polite-merge";
         version = "2.4";
         src = fetchgit {
-          url = "https://scottworley.com/polite-merge.git";
+          url = "https://git.scottworley.com/pub/git/polite-merge";
           rev = version;
           sha256 = "1p6ivaay3bk4vvqqic7g23xrhkkq8z19zhsaxkav8kk90s2bmmza";
         };
         postUnpack = "patchShebangs .";
-        checkInputs = [ git ];
+        nativeCheckInputs = [ git ];
         doCheck = true;
         preInstall = "export prefix";
       }) { };