cachix: 1.9.1 -> 1.10.1

https://github.com/cachix/cachix/releases/tag/v1.10.1

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Domen Kožar
2026-01-13 21:50:58 +01:00
co-authored by Claude Opus 4.5
parent d15e523399
commit 7a83629c3a
@@ -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
{