Unverified Commit 451477e7 authored by Cole Helbling's avatar Cole Helbling
Browse files

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.
parent 1548f03a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -37,6 +37,8 @@ let
        CatalystViewTT
        CatalystXScriptServerStarman
        CatalystXRoleApplicator
        CryptPassphrase
        CryptPassphraseArgon2
        CryptRandPasswd
        DBDPg
        DBDSQLite
@@ -61,6 +63,7 @@ let
        SQLSplitStatement
        SetScalar
        Starman
        StringCompareConstantTime
        SysHostnameLong
        TermSizeAny
        TextDiff
+3 −3
Original line number Diff line number Diff line
@@ -2,12 +2,12 @@

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