From 1476b6937073ebcad63bd7cd28419c3f0df1ebe8 Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Thu, 1 Jun 2023 10:30:37 +0100 Subject: [PATCH] Update flake inputs --- flake.lock | 14 +++++++------- flake.nix | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/flake.lock b/flake.lock index 00a2aa4..884ccb5 100644 --- a/flake.lock +++ b/flake.lock @@ -20,16 +20,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1684141842, - "narHash": "sha256-sbdzOwBDcyzz/Dr1ztdF+tElMyM/cgx+4XxVgz+NLRM=", + "lastModified": 1685604690, + "narHash": "sha256-TEAMrNsfZZ2vuSBRU6giSy4xKkXyzdw41Xtio7UWa7M=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "2eb0795720849ae19c068e39b17362d3ebcd585c", + "rev": "50bc0fd68fcadd68df77d554dff6a27d456827cd", "type": "github" }, "original": { "owner": "NixOS", - "ref": "release-22.11", + "ref": "release-23.05", "repo": "nixpkgs", "type": "github" } @@ -48,11 +48,11 @@ ] }, "locked": { - "lastModified": 1682993975, - "narHash": "sha256-LlI5vwUw97NLAwcOYHRLRfhICVdp7MK2KFcUSj0Zwdg=", + "lastModified": 1685587239, + "narHash": "sha256-zpOir1AWpWyQscP5dMpqMrCgBzjzH7Wv0FNUsQ0dcS0=", "owner": "oxalica", "repo": "rust-overlay", - "rev": "07f421299826591e2b28e03bbbe19a5292395afe", + "rev": "acb7e896a73b0cf2c6ffe40b2051eb7f88fc2a10", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 9dbb9f2..8bb4123 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "Syndicate utilities"; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/release-22.11"; + nixpkgs.url = "github:NixOS/nixpkgs/release-23.05"; rust = { url = "github:oxalica/rust-overlay"; inputs.nixpkgs.follows = "nixpkgs";