From 3b49ba73bc422ce29d564944382fe03428d7a27c Mon Sep 17 00:00:00 2001 From: Rick van Schijndel Date: Mon, 13 Nov 2023 22:20:07 +0100 Subject: [PATCH] hydra_unstable: 2023-08-23 -> 2023-10-20 Diff: https://github.com/NixOS/hydra/compare/00d30874da759eb0f44f446415b2469920ff41b5..6a5fb9efaea35ca29836371307f5083576f421ab Only functional change is supporting new versions of C::P::Argon2. --- 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 410bad35251e..02774ac41058 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-08-23"; + version = "2023-10-20"; src = fetchFromGitHub { owner = "NixOS"; repo = "hydra"; - rev = "00d30874da759eb0f44f446415b2469920ff41b5"; - sha256 = "sha256-e+68WCN1e1h2rf1pmwNNukTt5EBtF9KQNXhqJtoyJzo="; + rev = "33f8a36736ea52d0cc31b947dc7e500134866a92"; + hash = "sha256-ovt2GZQ4Ia+q6D0XboBNIdXrzy1rWC52UYzxmcMlgYk="; }; buildInputs = [