cachix: 1.10.1 -> 1.11.0

This commit is contained in:
Sander
2026-03-20 19:47:10 +01:00
parent 311e1cf25d
commit a4a24dbdf4
@@ -3611,13 +3611,13 @@ with haskellLib;
# Manually maintained
// (
let
version = "1.10.1";
version = "1.11.0";
src = pkgs.fetchFromGitHub {
owner = "cachix";
repo = "cachix";
tag = "v${version}";
hash = "sha256-kNwoplCrqAymyFIzoR1rpEj0I1Ass+wuP8YsVS61630=";
hash = "sha256-CWhnwL2M83/ItapPVeJqCevRoQttesYxJ1h0Mo6ZCXs=";
};
in
{
@@ -3631,9 +3631,6 @@ with haskellLib;
inherit version;
src = src + "/cachix";
})
(addBuildDepends [
self.pqueue
])
(
drv:
drv.override {