hydra-unstable: 2020-06-01 -> 2020-06-23
Fixes the build the changes from b505bf202b
.
This commit is contained in:
parent
b411fedceb
commit
39e3c15706
@ -1,4 +1,4 @@
|
|||||||
{ fetchFromGitHub, nixStable, callPackage, nixFlakes, fetchpatch, nixosTests }:
|
{ fetchFromGitHub, nixStable, callPackage, nixFlakes, nixosTests }:
|
||||||
|
|
||||||
{
|
{
|
||||||
# Package for phase-1 of the db migration for Hydra.
|
# Package for phase-1 of the db migration for Hydra.
|
||||||
@ -24,22 +24,15 @@
|
|||||||
# so when having an older version, `pkgs.hydra-migration` should be deployed first.
|
# so when having an older version, `pkgs.hydra-migration` should be deployed first.
|
||||||
|
|
||||||
hydra-unstable = callPackage ./common.nix {
|
hydra-unstable = callPackage ./common.nix {
|
||||||
version = "2020-06-01";
|
version = "2020-06-23";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "NixOS";
|
owner = "NixOS";
|
||||||
repo = "hydra";
|
repo = "hydra";
|
||||||
rev = "750e2e618ac6d3df02c57a2cf8758bc66a27c40a";
|
rev = "bb32aafa4a9b027c799e29b1bcf68727e3fc5f5b";
|
||||||
sha256 = "1szfzf9kw5cj6yn57gfxrffbdkdf8v3xy9914924blpn5qll31g4";
|
sha256 = "0kl9h70akwxpik3xf4dbbh7cyqn06023kshfvi14mygdlb84djgx";
|
||||||
};
|
};
|
||||||
nix = nixFlakes;
|
nix = nixFlakes;
|
||||||
|
|
||||||
patches = [
|
|
||||||
(fetchpatch {
|
|
||||||
url = "https://github.com/NixOS/hydra/commit/d4822a5f4b57dff26bdbf436723a87dd62bbcf30.patch";
|
|
||||||
sha256 = "1n6hyjz1hzvka4wi78d4wg0sg2wanrdmizqy23vmp7pmv8s3gz8w";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
tests = {
|
tests = {
|
||||||
db-migration = nixosTests.hydra-db-migration.mig;
|
db-migration = nixosTests.hydra-db-migration.mig;
|
||||||
basic = nixosTests.hydra.hydra-unstable;
|
basic = nixosTests.hydra.hydra-unstable;
|
||||||
|
Loading…
Reference in New Issue
Block a user