From 98f03c4833a22a90e88c3e388f8f8a93026609ef Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sun, 3 Dec 2023 10:32:40 +0800 Subject: [PATCH] switch to new nixpkgs release --- hydra/artiq.json | 2 +- hydra/mcu.json | 2 +- hydra/web.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hydra/artiq.json b/hydra/artiq.json index a0e98ee..092fe94 100644 --- a/hydra/artiq.json +++ b/hydra/artiq.json @@ -182,7 +182,7 @@ "emailoverride": "", "keepnr": 50, "inputs": { - "nixpkgs": { "type": "git", "value": "https://github.com/NixOS/nixpkgs.git nixos-23.05", "emailresponsible": false }, + "nixpkgs": { "type": "git", "value": "https://github.com/NixOS/nixpkgs.git nixos-23.11", "emailresponsible": false }, "nixScripts": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/nix-scripts.git", "emailresponsible": false }, "urukulSrc": { "type": "git", "value": "https://github.com/quartiq/urukul.git", "emailresponsible": false }, "mirnySrc": { "type": "git", "value": "https://github.com/quartiq/mirny.git", "emailresponsible": false }, diff --git a/hydra/mcu.json b/hydra/mcu.json index 2f4b618..e5b3884 100644 --- a/hydra/mcu.json +++ b/hydra/mcu.json @@ -11,7 +11,7 @@ "emailoverride": "", "keepnr": 10, "inputs": { - "nixpkgs": { "type": "git", "value": "https://github.com/NixOS/nixpkgs.git nixos-23.05", "emailresponsible": false }, + "nixpkgs": { "type": "git", "value": "https://github.com/NixOS/nixpkgs.git nixos-23.11", "emailresponsible": false }, "mozillaOverlay": { "type": "git", "value": "https://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": "https://github.com/quartiq/stabilizer.git", "emailresponsible": false }, diff --git a/hydra/web.json b/hydra/web.json index 61ea4b0..9eb2d63 100644 --- a/hydra/web.json +++ b/hydra/web.json @@ -11,7 +11,7 @@ "emailoverride": "", "keepnr": 10, "inputs": { - "nixpkgs": { "type": "git", "value": "https://github.com/NixOS/nixpkgs.git nixos-23.05", "emailresponsible": false }, + "nixpkgs": { "type": "git", "value": "https://github.com/NixOS/nixpkgs.git nixos-23.11", "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 }, "nmigenSrc": { "type": "git", "value": "https://gitlab.com/nmigen/nmigen.git", "emailresponsible": false }