hydra: 0-unstable-2025-09-13 -> 0-unstable-2025-11-06 (#456326)
This commit is contained in:
@@ -131,14 +131,14 @@ let
|
||||
in
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "hydra";
|
||||
version = "0-unstable-2025-09-13";
|
||||
version = "0-unstable-2025-11-06";
|
||||
# nixpkgs-update: no auto update
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "NixOS";
|
||||
repo = "hydra";
|
||||
rev = "274027eb504c7fe090e00c16fd94f4b832981095";
|
||||
hash = "sha256-d2e+WCO5vNIgSd7bzm4JD5zU3gZ8mepXKCvt5NGv0Zw=";
|
||||
rev = "241ab718002ca5740b7e3f659d0fbd483ab40523";
|
||||
hash = "sha256-ifmzQS+u/dODQXmMVQLIb4AF4dkWI9s7VGYpV6x/Iq4=";
|
||||
};
|
||||
|
||||
outputs = [
|
||||
|
||||
@@ -7490,7 +7490,7 @@ with pkgs;
|
||||
hunspell.withDicts
|
||||
(_: dicts);
|
||||
|
||||
hydra = callPackage ../by-name/hy/hydra/package.nix { nix = nixVersions.nix_2_29; };
|
||||
hydra = callPackage ../by-name/hy/hydra/package.nix { nix = nixVersions.nix_2_32; };
|
||||
|
||||
icu-versions = callPackages ../development/libraries/icu { };
|
||||
inherit (icu-versions)
|
||||
|
||||
Reference in New Issue
Block a user