From: Scott Worley Date: Sat, 16 Apr 2022 06:49:44 +0000 (-0700) Subject: git-cache: New fetch URL X-Git-Tag: v3.0.8~1 X-Git-Url: http://git.scottworley.com/pinch/commitdiff_plain/efc59d864dcb496bc44e4e1830230ddd096f596f?hp=9e4ad8905fad1963badf6e7ff46d299e2128058f git-cache: New fetch URL --- diff --git a/Changelog b/Changelog index 8a85e24..8b09b56 100644 --- a/Changelog +++ b/Changelog @@ -1,6 +1,7 @@ ## [Unreleased] ### Fixed - Fix tests after restricted mode support update +- Fix git-cache fetch URL ## [3.0.7] - 2022-02-01 diff --git a/default.nix b/default.nix index a8f4de6..2f0a689 100644 --- a/default.nix +++ b/default.nix @@ -24,7 +24,7 @@ let pname = "git-cache"; version = "1.4.1"; src = fetchgit { - url = "https://scottworley.com/git-cache.git"; + url = "https://git.scottworley.com/pub/git/git-cache"; rev = "v${version}"; sha256 = "0ml1myhmd9mw1z5bwni9fhvx7h9dknhmqq4nyci9n5lvrhbmcdc9"; };