mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
Reapply "cachix: 1.7.5 -> 1.7.6"
Reapplies219f9c0190
. This was accidentally reverted ine40babb56a
.
This commit is contained in:
parent
6441beaa6e
commit
c5c2204c51
1 changed files with 6 additions and 6 deletions
|
@ -519,22 +519,22 @@ self: super: {
|
||||||
|
|
||||||
# Manually maintained
|
# Manually maintained
|
||||||
cachix-api = overrideCabal (drv: {
|
cachix-api = overrideCabal (drv: {
|
||||||
version = "1.7.5";
|
version = "1.7.6";
|
||||||
src = pkgs.fetchFromGitHub {
|
src = pkgs.fetchFromGitHub {
|
||||||
owner = "cachix";
|
owner = "cachix";
|
||||||
repo = "cachix";
|
repo = "cachix";
|
||||||
rev = "v1.7.5";
|
rev = "v1.7.6";
|
||||||
sha256 = "sha256-KxuGSoVUFnQLB2ZcYODW7AVPAh9JqRlD5BrfsC/Q4qs=";
|
hash = "sha256-8HFvG7fvIFbgtaYAY2628Tb89fA55nPm2jSiNs0/Cws=";
|
||||||
};
|
};
|
||||||
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.5";
|
version = "1.7.6";
|
||||||
src = pkgs.fetchFromGitHub {
|
src = pkgs.fetchFromGitHub {
|
||||||
owner = "cachix";
|
owner = "cachix";
|
||||||
repo = "cachix";
|
repo = "cachix";
|
||||||
rev = "v1.7.5";
|
rev = "v1.7.6";
|
||||||
sha256 = "sha256-KxuGSoVUFnQLB2ZcYODW7AVPAh9JqRlD5BrfsC/Q4qs=";
|
hash = "sha256-8HFvG7fvIFbgtaYAY2628Tb89fA55nPm2jSiNs0/Cws=";
|
||||||
};
|
};
|
||||||
postUnpack = "sourceRoot=$sourceRoot/cachix";
|
postUnpack = "sourceRoot=$sourceRoot/cachix";
|
||||||
}) (lib.pipe
|
}) (lib.pipe
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue