1
0
Fork 0
mirror of https://github.com/NixOS/hydra.git synced 2024-10-18 17:02:28 -04:00

Fix build

This commit is contained in:
Maximilian Bosch 2022-09-19 12:44:31 +02:00
parent cdb4660904
commit 79c4fcc3be
No known key found for this signature in database
GPG key ID: 9A6EEA275CA5BE0A

View file

@ -28,8 +28,8 @@ in simpleTest {
src = pkgs.fetchFromGitHub { src = pkgs.fetchFromGitHub {
owner = "NixOS"; owner = "NixOS";
repo = "hydra"; repo = "hydra";
rev = "962bf3693907f7a334efbc29c8fafc4a7509d9cd"; rev = "d6cbf227cba90cf281f72f464393d75a45f2f3a8";
sha256 = "sha256-bcI6QxDpbAmy0T8Kv13fzKE74FpLor1Q2BLT0M0zjpM="; sha256 = "sha256-eMStY0/cS/blRGyyp1DUpP3N0SxYZrxah+hNJeKwDSw=";
}; };
}); });
}; };