hydra-unstable: 2021-04-29 -> 2021-05-03

This incorporates a few more API fixes that have been made to Hydra since the
last bump.
This commit is contained in:
Cole Helbling 2021-05-04 12:22:26 -07:00
parent 1548f03a58
commit 451477e741
No known key found for this signature in database
GPG Key ID: B37E0F2371016A4C
2 changed files with 6 additions and 3 deletions

View File

@ -37,6 +37,8 @@ let
CatalystViewTT CatalystViewTT
CatalystXScriptServerStarman CatalystXScriptServerStarman
CatalystXRoleApplicator CatalystXRoleApplicator
CryptPassphrase
CryptPassphraseArgon2
CryptRandPasswd CryptRandPasswd
DBDPg DBDPg
DBDSQLite DBDSQLite
@ -61,6 +63,7 @@ let
SQLSplitStatement SQLSplitStatement
SetScalar SetScalar
Starman Starman
StringCompareConstantTime
SysHostnameLong SysHostnameLong
TermSizeAny TermSizeAny
TextDiff TextDiff

View File

@ -2,12 +2,12 @@
{ {
hydra-unstable = callPackage ./common.nix { hydra-unstable = callPackage ./common.nix {
version = "2021-04-29"; version = "2021-05-03";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "NixOS"; owner = "NixOS";
repo = "hydra"; repo = "hydra";
rev = "6047b1dd04d44acff9343b6b971ab609b73099d5"; rev = "886e6f85e45a1f757e9b77d2a9e4539fbde29468";
sha256 = "sha256-E7JOHhSd4gIzE6FvSZVMxZE9WagbBkrfZVoibkanaYE="; sha256 = "t7Qb57Xjc0Ou+VDGC1N5u9AmeODW6MVOwKSrYRJq5f0=";
}; };
nix = nixFlakes; nix = nixFlakes;