0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

Reapply "cachix: 1.7.5 -> 1.7.6"

Reapplies 219f9c0190. This was
accidentally reverted in e40babb56a.
This commit is contained in:
Sander 2025-01-23 14:20:45 +04:00 committed by sternenseemann
parent 6441beaa6e
commit c5c2204c51

View file

@ -519,22 +519,22 @@ self: super: {
# Manually maintained
cachix-api = overrideCabal (drv: {
version = "1.7.5";
version = "1.7.6";
src = pkgs.fetchFromGitHub {
owner = "cachix";
repo = "cachix";
rev = "v1.7.5";
sha256 = "sha256-KxuGSoVUFnQLB2ZcYODW7AVPAh9JqRlD5BrfsC/Q4qs=";
rev = "v1.7.6";
hash = "sha256-8HFvG7fvIFbgtaYAY2628Tb89fA55nPm2jSiNs0/Cws=";
};
postUnpack = "sourceRoot=$sourceRoot/cachix-api";
}) super.cachix-api;
cachix = (overrideCabal (drv: {
version = "1.7.5";
version = "1.7.6";
src = pkgs.fetchFromGitHub {
owner = "cachix";
repo = "cachix";
rev = "v1.7.5";
sha256 = "sha256-KxuGSoVUFnQLB2ZcYODW7AVPAh9JqRlD5BrfsC/Q4qs=";
rev = "v1.7.6";
hash = "sha256-8HFvG7fvIFbgtaYAY2628Tb89fA55nPm2jSiNs0/Cws=";
};
postUnpack = "sourceRoot=$sourceRoot/cachix";
}) (lib.pipe