From 7e00264911b912eda815441b9686133c83a3bff5 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Thu, 24 Nov 2022 00:03:16 +0100 Subject: [PATCH] update inputs to nixos-22.11 (note that simple-nixos-mailserver is not updated since it doesn't have a 22.11 release yet) --- flake.lock | 18 +++++++++--------- flake.nix | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/flake.lock b/flake.lock index e682747..506d1cd 100644 --- a/flake.lock +++ b/flake.lock @@ -51,11 +51,11 @@ "utils": "utils" }, "locked": { - "lastModified": 1668166163, - "narHash": "sha256-XCuM+n98KcG0v+DT1HolGCO3j5FOBUjV4K8YcZsVeQw=", + "lastModified": 1668797197, + "narHash": "sha256-0w6iD3GSSQbIeSFVDzAAQZB+hDq670ZTms3d9XI+BtM=", "owner": "serokell", "repo": "deploy-rs", - "rev": "b011f13bc577b978f52aaefde5605332f7bca7e9", + "rev": "2a3c5f70eee04a465aa534d8bd4fcc9bb3c4a8ce", "type": "github" }, "original": { @@ -457,11 +457,11 @@ "waybar-iceportal": "waybar-iceportal" }, "locked": { - "lastModified": 1668291754, - "narHash": "sha256-AHsqQ6or1vjbC/aJxFQGlm/L3HrJIlVescQXI8I+HhI=", + "lastModified": 1669124585, + "narHash": "sha256-sP8A9yblO8WKEfTBx5kfrujhnfqT7zedDqxiDed46U8=", "owner": "hexchen", "repo": "nixfiles", - "rev": "1e065ad810a792d44fe8836b42324bc4cad90ace", + "rev": "ef28d573d02b2a403edb2d16fbbb82785a82b64e", "type": "gitlab" }, "original": { @@ -560,11 +560,11 @@ }, "nixpkgs-unstable": { "locked": { - "lastModified": 1663850217, - "narHash": "sha256-tp9nXo1/IdN/xN9m06ryy0QUAEfoN6K56ObM/1QTAjc=", + "lastModified": 1669165918, + "narHash": "sha256-hIVruk2+0wmw/Kfzy11rG3q7ev3VTi/IKVODeHcVjFo=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "ae1dc133ea5f1538d035af41e5ddbc2ebcb67b90", + "rev": "3b400a525d92e4085e46141ff48cbf89fd89739e", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 9c0c50f..e4ca202 100644 --- a/flake.nix +++ b/flake.nix @@ -7,7 +7,7 @@ mattermost-server.url = "github:mattermost/mattermost-server?ref=v7.1.4"; mattermost-server.flake = false; - nixpkgs.url = "nixpkgs/nixos-22.05"; + nixpkgs.url = "nixpkgs/nixos-22.11"; nixpkgs-unstable.url = "nixpkgs/nixpkgs-unstable"; nix-hexchen.url = "gitlab:hexchen/nixfiles"; nixos-mailserver.url = "gitlab:simple-nixos-mailserver/nixos-mailserver/nixos-22.05";