File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -124,13 +124,13 @@ let
124124in
125125stdenv . 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 = [
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments