summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2023-07-08 21:34:15 +0200
committerMatthias Beyer <mail@beyermatthias.de>2023-07-08 21:34:30 +0200
commit05b96bd2ad255052774922c0feea39c18f6877e6 (patch)
tree580e88ffaa09c7ab34002b80bb098f751e58eced
parentca95c161b7591cd57bdaaeb34f7f57d3e46c3427 (diff)
Update flake input nixpkgs: 22.05 -> 23.05
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--flake.lock8
-rw-r--r--flake.nix2
2 files changed, 5 insertions, 5 deletions
diff --git a/flake.lock b/flake.lock
index bc8283f..c5eebef 100644
--- a/flake.lock
+++ b/flake.lock
@@ -71,16 +71,16 @@
},
"nixpkgs": {
"locked": {
- "lastModified": 1672580127,
- "narHash": "sha256-3lW3xZslREhJogoOkjeZtlBtvFMyxHku7I/9IVehhT8=",
+ "lastModified": 1688764204,
+ "narHash": "sha256-FsvK+tIvelCI0tWwlMDKfiyb7P/KfxpGbXMrdCKiT8s=",
"owner": "NixOS",
"repo": "nixpkgs",
- "rev": "0874168639713f547c05947c76124f78441ea46c",
+ "rev": "d8bb6c681cf86265fdcf3cc3119f757bbb085835",
"type": "github"
},
"original": {
"id": "nixpkgs",
- "ref": "nixos-22.05",
+ "ref": "nixos-23.05",
"type": "indirect"
}
},
diff --git a/flake.nix b/flake.nix
index edf4b1d..0cd58a4 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,7 +1,7 @@
{
description = "The CloudMQTT Rust library";
inputs = {
- nixpkgs.url = "nixpkgs/nixos-22.05";
+ nixpkgs.url = "nixpkgs/nixos-23.05";
flake-utils = {
url = "github:numtide/flake-utils";
};