From a08da4592ce2448f4099f35c0a948f6eb8705bd5 Mon Sep 17 00:00:00 2001 From: Nick Cao Date: Mon, 17 Jul 2023 16:34:13 +0800 Subject: [PATCH] hydra_unstable: 2023-06-25 -> 2023-07-17 Diff: https://github.com/NixOS/hydra/compare/526e8bd7441d1beb271ff89bbca3604077ecffdb...d135b123cde78576e99e919a5db0428cb70fcd1e --- pkgs/development/tools/misc/hydra/unstable.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/tools/misc/hydra/unstable.nix b/pkgs/development/tools/misc/hydra/unstable.nix index 242df1d44c7d..f4dc16a7c493 100644 --- a/pkgs/development/tools/misc/hydra/unstable.nix +++ b/pkgs/development/tools/misc/hydra/unstable.nix @@ -123,13 +123,13 @@ let in stdenv.mkDerivation rec { pname = "hydra"; - version = "2023-06-25"; + version = "2023-07-17"; src = fetchFromGitHub { owner = "NixOS"; repo = "hydra"; - rev = "526e8bd7441d1beb271ff89bbca3604077ecffdb"; - sha256 = "sha256-VRNI3H/WUTi7VTNLwO/I0gMnJ6ZMYRbBfgdsAj+TmP4="; + rev = "d135b123cde78576e99e919a5db0428cb70fcd1e"; + sha256 = "sha256-wjHHcJr1liYKESUtCjIdvC+USjd9EWjEFssvIKiEuVU="; }; buildInputs = [