about summary refs log tree commit diff
path: root/pkgs/development/tools/misc
diff options
context:
space:
mode:
authorRick van Schijndel <rol3517@gmail.com>2024-03-20 07:52:31 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2024-03-24 20:40:01 +0100
commit838750a9fd84b4228c741e89a0e1a1f137885e1c (patch)
tree78bd481441c5bbd330251becb02f20741800a640 /pkgs/development/tools/misc
parentf4fb648799ae71ac118a2a1c8b92698f2a01e246 (diff)
hydra_unstable: 2023-12-24 -> 2024-03-08, use nix_2_20
Update tests according to https://github.com/NixOS/hydra/pull/1361/commits/ceff5c5cfeaf211691f4d1156f358a940b5ef7b4
Diffstat (limited to 'pkgs/development/tools/misc')
-rw-r--r--pkgs/development/tools/misc/hydra/unstable.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/misc/hydra/unstable.nix b/pkgs/development/tools/misc/hydra/unstable.nix
index 3d5d81452af3d..ecd8f5ac9ae90 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-12-24";
+  version = "2024-03-08";
 
   src = fetchFromGitHub {
     owner = "NixOS";
     repo = "hydra";
-    rev = "02e453fc8c39751843220eaecdeaf7d539b7e765";
-    hash = "sha256-hIXRgu2MGqFYCALDKAiP+8lE859zftRe4OVIgGOTkvc=";
+    rev = "8f56209bd6f3b9ec53d50a23812a800dee7a1969";
+    hash = "sha256-mhEj02VruXPmxz3jsKHMov2ERNXk9DwaTAunWEO1iIQ=";
   };
 
   buildInputs = [