From efc59d864dcb496bc44e4e1830230ddd096f596f Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Fri, 15 Apr 2022 23:49:44 -0700 Subject: [PATCH] git-cache: New fetch URL --- Changelog | 1 + default.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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"; }; -- 2.44.1