From 3501ba8a2d15e354d6b200ccd50efd7e6dd9c360 Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Sat, 29 Jun 2024 00:00:54 -0700 Subject: [PATCH] fallback git-cache 1.4.3 -> 1.5.0 for "git_ref = tag " support --- Changelog | 1 + default.nix | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index 28c4400..d4bf78c 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,5 @@ ## [Unreleased] +- Bump git-cache dep to 1.5.0 for "git_ref = tag " support ## [3.0.15] - 2024-03-21 diff --git a/default.nix b/default.nix index c11b3a9..27b2dd9 100644 --- a/default.nix +++ b/default.nix @@ -9,11 +9,11 @@ let git-cache-fallback = { buildPythonPackage, fetchgit, git, backoff, mypy, }: buildPythonPackage rec { pname = "git-cache"; - version = "1.4.3"; + version = "1.5.0"; src = fetchgit { url = "https://git.scottworley.com/pub/git/git-cache"; rev = "v${version}"; - hash = "sha256-Qr62bGdlFFkzYTl6ot34UiOJxbP1Eeelx2OEd96vrqI="; + hash = "sha256-g4TS/zX3e29Q3ThsCAX2wLLlYbi8fdux5uqAc+b/Oww="; }; propagatedBuildInputs = [ backoff ]; "${checkInputsName}" = [ git mypy ]; -- 2.44.1