hydra-unstable: 2020-09-02 -> 2020-10-20
This commit is contained in:
parent
c4b26e7020
commit
1bb8808e1a
@ -66,6 +66,7 @@ let
|
|||||||
TextDiff
|
TextDiff
|
||||||
TextTable
|
TextTable
|
||||||
XMLSimple
|
XMLSimple
|
||||||
|
YAML
|
||||||
nix
|
nix
|
||||||
nix.perl-bindings
|
nix.perl-bindings
|
||||||
git
|
git
|
||||||
|
@ -24,12 +24,12 @@
|
|||||||
# 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-09-02";
|
version = "2020-10-20";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "NixOS";
|
owner = "NixOS";
|
||||||
repo = "hydra";
|
repo = "hydra";
|
||||||
rev = "e707990e2d6afab203c7ef1d769d49c564eff151";
|
rev = "79d34ed7c93af2daf32cf44ee0e3e0768f13f97c";
|
||||||
sha256 = "0iilf953f6s58szzyd1hzc9b2b2yw8lhbsb8xrb08szpfz7ifwqa";
|
sha256 = "1lql899430137l6ghnhyz0ivkayy83fdr087ck2wq3gf1jv8pccj";
|
||||||
};
|
};
|
||||||
nix = nixFlakes;
|
nix = nixFlakes;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user