From fa7c3d24543222aeee39c3563ea5f6835dbf71dc Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Mon, 20 Apr 2020 17:51:38 +0800 Subject: [PATCH] nixpkgs 20.03 updates --- hydra/artiq.json | 2 +- hydra/artiq.nix | 2 +- hydra/stm32.json | 2 +- hydra/stm32.nix | 2 +- hydra/web.json | 2 +- hydra/web.nix | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/hydra/artiq.json b/hydra/artiq.json index 555e7f1..85a1aef 100644 --- a/hydra/artiq.json +++ b/hydra/artiq.json @@ -10,7 +10,7 @@ "emailoverride": "", "keepnr": 10, "inputs": { - "nixpkgs": { "type": "git", "value": "git://github.com/NixOS/nixpkgs-channels nixos-19.09", "emailresponsible": false }, + "nixpkgs": { "type": "git", "value": "git://github.com/NixOS/nixpkgs-channels nixos-20.03", "emailresponsible": false }, "nixScripts": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/nix-scripts.git", "emailresponsible": false } } } diff --git a/hydra/artiq.nix b/hydra/artiq.nix index 0a5333a..13b2fcb 100644 --- a/hydra/artiq.nix +++ b/hydra/artiq.nix @@ -86,7 +86,7 @@ "emailoverride": "", "keepnr": 10, "inputs": { - "nixpkgs": { "type": "git", "value": "git://github.com/NixOS/nixpkgs-channels nixos-19.09", "emailresponsible": false }, + "nixpkgs": { "type": "git", "value": "git://github.com/NixOS/nixpkgs-channels nixos-20.03", "emailresponsible": false }, "nixScripts": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/nix-scripts.git", "emailresponsible": false }, "urukulSrc": { "type": "git", "value": "git://github.com/quartiq/urukul", "emailresponsible": false }, "mirnySrc": { "type": "git", "value": "git://github.com/quartiq/mirny", "emailresponsible": false } diff --git a/hydra/stm32.json b/hydra/stm32.json index 0fa7dd3..2d5f5fe 100644 --- a/hydra/stm32.json +++ b/hydra/stm32.json @@ -10,7 +10,7 @@ "emailoverride": "", "keepnr": 10, "inputs": { - "nixpkgs": { "type": "git", "value": "git://github.com/NixOS/nixpkgs-channels nixos-19.09", "emailresponsible": false }, + "nixpkgs": { "type": "git", "value": "git://github.com/NixOS/nixpkgs-channels nixos-20.03", "emailresponsible": false }, "nixScripts": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/nix-scripts.git", "emailresponsible": false } } } diff --git a/hydra/stm32.nix b/hydra/stm32.nix index 24a6b69..5343cca 100644 --- a/hydra/stm32.nix +++ b/hydra/stm32.nix @@ -16,7 +16,7 @@ "emailoverride": "", "keepnr": 10, "inputs": { - "nixpkgs": { "type": "git", "value": "git://github.com/NixOS/nixpkgs-channels nixos-19.09", "emailresponsible": false }, + "nixpkgs": { "type": "git", "value": "git://github.com/NixOS/nixpkgs-channels nixos-20.03", "emailresponsible": false }, "mozillaOverlay": { "type": "git", "value": "git://github.com/mozilla/nixpkgs-mozilla.git", "emailresponsible": false }, "nixScripts": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/nix-scripts.git", "emailresponsible": false }, "stabilizerSrc": { "type": "git", "value": "git://github.com/quartiq/stabilizer.git", "emailresponsible": false }, diff --git a/hydra/web.json b/hydra/web.json index d377c5a..49e834d 100644 --- a/hydra/web.json +++ b/hydra/web.json @@ -10,7 +10,7 @@ "emailoverride": "", "keepnr": 10, "inputs": { - "nixpkgs": { "type": "git", "value": "git://github.com/NixOS/nixpkgs-channels nixos-19.09", "emailresponsible": false }, + "nixpkgs": { "type": "git", "value": "git://github.com/NixOS/nixpkgs-channels nixos-20.03", "emailresponsible": false }, "nixScripts": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/nix-scripts.git", "emailresponsible": false } } } diff --git a/hydra/web.nix b/hydra/web.nix index cd6299b..6e521de 100644 --- a/hydra/web.nix +++ b/hydra/web.nix @@ -16,7 +16,7 @@ "emailoverride": "", "keepnr": 10, "inputs": { - "nixpkgs": { "type": "git", "value": "git://github.com/NixOS/nixpkgs-channels nixos-19.09", "emailresponsible": false }, + "nixpkgs": { "type": "git", "value": "git://github.com/NixOS/nixpkgs-channels nixos-20.03", "emailresponsible": false }, "nixScripts": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/nix-scripts.git", "emailresponsible": false }, "webSrc": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/web2019.git", "emailresponsible": false } }