From 50859120da7f26430dee39628d09ffb7630c8edb Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 19 Sep 2019 09:50:37 +0800 Subject: [PATCH] stm32: build with nixos 19.09 --- hydra/stm32.json | 2 +- hydra/stm32.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hydra/stm32.json b/hydra/stm32.json index 6c17a4c..0fa7dd3 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.03", "emailresponsible": false }, + "nixpkgs": { "type": "git", "value": "git://github.com/NixOS/nixpkgs-channels nixos-19.09", "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 9fcb200..24a6b69 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.03", "emailresponsible": false }, + "nixpkgs": { "type": "git", "value": "git://github.com/NixOS/nixpkgs-channels nixos-19.09", "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 },