Skip to content

Commit

Permalink
cachix: 1.7.5 -> 1.7.6 (#376070)
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar authored Jan 23, 2025
2 parents a856089 + 219f9c0 commit d30faab
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pkgs/development/haskell-modules/configuration-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -513,22 +513,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
Expand Down

0 comments on commit d30faab

Please sign in to comment.