Skip to content

Commit ffacc34

Browse files
committed
hydra: 0-unstable-2024-09-24 -> 0-unstable-2024-10-08
Diff: NixOS/hydra@95003f2...c69e301
1 parent 0801558 commit ffacc34

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pkgs/by-name/hy/hydra/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,13 +124,13 @@ let
124124
in
125125
stdenv.mkDerivation (finalAttrs: {
126126
pname = "hydra";
127-
version = "0-unstable-2024-09-24";
127+
version = "0-unstable-2024-10-08";
128128

129129
src = fetchFromGitHub {
130130
owner = "NixOS";
131131
repo = "hydra";
132-
rev = "95003f2eb503f71979856470c7caea946f1ae7f0";
133-
hash = "sha256-6FI0QIkMAL35J8mzAiAntCsFbMMZBuOBpKuDIctflaA=";
132+
rev = "c69e30122bf7e7a7d3de70dc2418263c6e44159b";
133+
hash = "sha256-khkY1GG43/VUBt6g7Egt0Zz0V/rXxnDUpOLtanFum7Y=";
134134
};
135135

136136
buildInputs = [

pkgs/top-level/all-packages.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20239,7 +20239,7 @@ with pkgs;
2023920239

2024020240
hwloc = callPackage ../development/libraries/hwloc { };
2024120241

20242-
hydra = callPackage ../by-name/hy/hydra/package.nix { nix = nixVersions.nix_2_23; };
20242+
hydra = callPackage ../by-name/hy/hydra/package.nix { nix = nixVersions.nix_2_24; };
2024320243

2024420244
hydra-cli = callPackage ../development/tools/misc/hydra-cli { };
2024520245

0 commit comments

Comments
 (0)