Merge pull request #239865 from NickCao/hydra

hydra_unstable: 2023-03-27 -> 2023-06-25
This commit is contained in:
Nick Cao
2023-06-26 16:21:45 +08:00
committed by GitHub
2 changed files with 4 additions and 7 deletions
@@ -4,10 +4,8 @@
, perlPackages
, buildEnv
, makeWrapper
, libtool
, unzip
, pkg-config
, sqlite
, libpqxx
, top-git
, mercurial
@@ -22,7 +20,6 @@
, prometheus-cpp
, nukeReferences
, git
, boehmgc
, nlohmann_json
, docbook_xsl
, openssh
@@ -126,13 +123,13 @@ let
in
stdenv.mkDerivation rec {
pname = "hydra";
version = "2023-03-27";
version = "2023-06-25";
src = fetchFromGitHub {
owner = "NixOS";
repo = "hydra";
rev = "082495e34e094cae1eb49dbfc5648938e23c6355";
sha256 = "sha256-Nj9U0V7Zv7XoRDdO7ECphTk6jHfOgeZe6G0x4FQLpJ0=";
rev = "526e8bd7441d1beb271ff89bbca3604077ecffdb";
sha256 = "sha256-VRNI3H/WUTi7VTNLwO/I0gMnJ6ZMYRbBfgdsAj+TmP4=";
};
buildInputs = [
+1 -1
View File
@@ -21396,7 +21396,7 @@ with pkgs;
hwloc = callPackage ../development/libraries/hwloc { };
hydra_unstable = callPackage ../development/tools/misc/hydra/unstable.nix { nix = nixVersions.nix_2_13; };
hydra_unstable = callPackage ../development/tools/misc/hydra/unstable.nix { nix = nixVersions.nix_2_16; };
hydra-cli = callPackage ../development/tools/misc/hydra-cli { };