]> git.scottworley.com Git - auto-upgrade-with-pinch/commitdiff
New git URLs
authorScott Worley <scottworley@scottworley.com>
Thu, 31 Mar 2022 21:51:16 +0000 (14:51 -0700)
committerScott Worley <scottworley@scottworley.com>
Thu, 31 Mar 2022 21:51:16 +0000 (14:51 -0700)
overlays/pinch.nix
overlays/polite-merge.nix

index 420d59461c2d8a35d98eee31cb0d7a05e771c483..05da5bea64dac62850a9dc6ef144463ff5c42fdd 100644 (file)
@@ -24,7 +24,7 @@ let
         pname = "git-cache";
         version = "1.3.1";
         src = fetchgit {
-          url = "https://scottworley.com/git-cache.git";
+          url = "https://git.scottworley.com/pub/git/git-cache";
           rev = "v${version}";
           sha256 = "0awz7f6avzw9fk9gp1kadj0nbmf1s60qic9zb6ww92zig3khg12k";
         };
@@ -40,7 +40,7 @@ let
         pname = "pinch";
         version = "3.0.7";
         src = fetchgit {
-          url = "https://scottworley.com/pinch.git";
+          url = "https://git.scottworley.com/pub/git/pinch";
           rev = "v${version}";
           sha256 = "sha256-BMESwx3uUVOFekiXr1LSGNF4DXexT26awzIQIzw/iZY=";
         };
index e8eda590354669c15f664dfd3f28c3bd06ab078a..bc73b15dd5120ab79df9d97546490503108cef79 100644 (file)
@@ -7,7 +7,7 @@ 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";
         };