Loading pkgs/development/haskell-modules/configuration-common.nix +6 −6 Original line number Diff line number Diff line Loading @@ -521,22 +521,22 @@ self: super: { # Manually maintained cachix-api = overrideCabal (drv: { version = "1.7.6"; version = "1.7.7"; src = pkgs.fetchFromGitHub { owner = "cachix"; repo = "cachix"; rev = "v1.7.6"; hash = "sha256-8HFvG7fvIFbgtaYAY2628Tb89fA55nPm2jSiNs0/Cws="; rev = "v1.7.7"; hash = "sha256-D0gP8srrX0qj+wNYNPdtVJsQuFzIng3q43thnHXQ/es="; }; postUnpack = "sourceRoot=$sourceRoot/cachix-api"; }) super.cachix-api; cachix = (overrideCabal (drv: { version = "1.7.6"; version = "1.7.7"; src = pkgs.fetchFromGitHub { owner = "cachix"; repo = "cachix"; rev = "v1.7.6"; hash = "sha256-8HFvG7fvIFbgtaYAY2628Tb89fA55nPm2jSiNs0/Cws="; rev = "v1.7.7"; hash = "sha256-D0gP8srrX0qj+wNYNPdtVJsQuFzIng3q43thnHXQ/es="; }; postUnpack = "sourceRoot=$sourceRoot/cachix"; }) (lib.pipe Loading Loading
pkgs/development/haskell-modules/configuration-common.nix +6 −6 Original line number Diff line number Diff line Loading @@ -521,22 +521,22 @@ self: super: { # Manually maintained cachix-api = overrideCabal (drv: { version = "1.7.6"; version = "1.7.7"; src = pkgs.fetchFromGitHub { owner = "cachix"; repo = "cachix"; rev = "v1.7.6"; hash = "sha256-8HFvG7fvIFbgtaYAY2628Tb89fA55nPm2jSiNs0/Cws="; rev = "v1.7.7"; hash = "sha256-D0gP8srrX0qj+wNYNPdtVJsQuFzIng3q43thnHXQ/es="; }; postUnpack = "sourceRoot=$sourceRoot/cachix-api"; }) super.cachix-api; cachix = (overrideCabal (drv: { version = "1.7.6"; version = "1.7.7"; src = pkgs.fetchFromGitHub { owner = "cachix"; repo = "cachix"; rev = "v1.7.6"; hash = "sha256-8HFvG7fvIFbgtaYAY2628Tb89fA55nPm2jSiNs0/Cws="; rev = "v1.7.7"; hash = "sha256-D0gP8srrX0qj+wNYNPdtVJsQuFzIng3q43thnHXQ/es="; }; postUnpack = "sourceRoot=$sourceRoot/cachix"; }) (lib.pipe Loading