hydra-unstable: 2020-07-28 -> 2020-08-04
Moving just one patch forward to fix importing store-paths from
`hydra-queue-runner`[1]. The other patches[2] require a newer
`pkgs.nixUnstable` and can't be used currently due to this.
[1] https://github.com/NixOS/nixpkgs/pull/93945#issuecomment-668244478
[2] 77c33c1d71...4b5813051b
This commit is contained in:
parent
f5d964724d
commit
ae9ab324b7
1 changed files with 3 additions and 3 deletions
|
@ -24,12 +24,12 @@
|
|||
# so when having an older version, `pkgs.hydra-migration` should be deployed first.
|
||||
|
||||
hydra-unstable = callPackage ./common.nix {
|
||||
version = "2020-07-28";
|
||||
version = "2020-08-04";
|
||||
src = fetchFromGitHub {
|
||||
owner = "NixOS";
|
||||
repo = "hydra";
|
||||
rev = "858eb41fab0c8e2a885dc95f629eac8d56c7449c";
|
||||
sha256 = "17j0prprasdg0vvl2w8z99jwxzrjjr60gjgnky3k8ha399fm32pa";
|
||||
rev = "77c33c1d71a8c303f53ccad577eb0a3799e87bda";
|
||||
sha256 = "10pwiww96dbbszzvnj7abn851h89n30ziahjj2zm3liyzyvbylyf";
|
||||
};
|
||||
nix = nixFlakes;
|
||||
|
||||
|
|
Loading…
Reference in a new issue