From b5bfb946e442c3ef5cf4d97706bc92219274e24d Mon Sep 17 00:00:00 2001 From: Sander Date: Thu, 7 May 2026 18:56:48 +0200 Subject: [PATCH] cachix: 1.11.0 -> 1.11.1 --- pkgs/development/haskell-modules/configuration-common.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index ef0381a6c58b..f0d47a8d9b1c 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -3751,13 +3751,13 @@ with haskellLib; # Manually maintained // ( let - version = "1.11.0"; + version = "1.11.1"; src = pkgs.fetchFromGitHub { owner = "cachix"; repo = "cachix"; tag = "v${version}"; - hash = "sha256-CWhnwL2M83/ItapPVeJqCevRoQttesYxJ1h0Mo6ZCXs="; + hash = "sha256-TuvKVBX60mqyMT6OB5JqVEh1YIWtFMR/igLCaCdC9tw="; }; in {