cachix: 1.7.9 -> 1.9.1

(cherry picked from commit dd7d99efa9)
This commit is contained in:
Sander
2025-10-21 13:25:33 +02:00
parent 708ed8b6f6
commit f1d47ca7fa

View File

@@ -3335,16 +3335,17 @@ self: super:
}
)
# cachix: manually maintained
# Cachix packages
# Manually maintained
// (
let
version = "1.7.9";
version = "1.9.1";
src = pkgs.fetchFromGitHub {
owner = "cachix";
repo = "cachix";
tag = "v${version}";
hash = "sha256-R0W7uAg+BLoHjMRMQ8+oiSbTq8nkGz5RDpQ+ZfxxP3A=";
hash = "sha256-IwnNtbNVrlZIHh7h4Wz6VP0Furxg9Hh0ycighvL5cZc=";
};
in
{
@@ -3358,12 +3359,9 @@ self: super:
inherit version;
src = src + "/cachix";
})
# Fix ambiguous 'show' reference: https://github.com/cachix/cachix/pull/704
(overrideCabal (_: {
postPatch = ''
sed -i 's/<> show i/<> Protolude.show i/' src/Cachix/Client/NixVersion.hs
'';
}))
(addBuildDepends [
self.pqueue
])
(
drv:
drv.override {