cachix: 1.7.6 -> 1.7.7 (#390138)

This commit is contained in:
Domen Kožar 2025-03-16 00:24:11 +07:00 committed by GitHub
commit a212f0886c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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