From a4a24dbdf436d2eaff34f1208752d12b9695a2ae Mon Sep 17 00:00:00 2001 From: Sander Date: Fri, 20 Mar 2026 19:46:58 +0100 Subject: [PATCH] cachix: 1.10.1 -> 1.11.0 --- pkgs/development/haskell-modules/configuration-common.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 49df704d51de..408520708578 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -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 {