From 7a83629c3a90e1130f995edeffd64e45ff210001 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Tue, 13 Jan 2026 21:50:58 +0100 Subject: [PATCH] cachix: 1.9.1 -> 1.10.1 https://github.com/cachix/cachix/releases/tag/v1.10.1 Co-Authored-By: Claude Opus 4.5 --- 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 fa83e22bb9d0..ec6e1a1a7cd7 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -3907,13 +3907,13 @@ with haskellLib; # Manually maintained // ( let - version = "1.9.1"; + version = "1.10.1"; src = pkgs.fetchFromGitHub { owner = "cachix"; repo = "cachix"; tag = "v${version}"; - hash = "sha256-IwnNtbNVrlZIHh7h4Wz6VP0Furxg9Hh0ycighvL5cZc="; + hash = "sha256-kNwoplCrqAymyFIzoR1rpEj0I1Ass+wuP8YsVS61630="; }; in {