Update flake inputs

This commit is contained in:
Emery Hemingway 2023-06-01 10:30:37 +01:00
parent c9365bb9e8
commit 1476b69370
2 changed files with 8 additions and 8 deletions

View File

@ -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": {

View File

@ -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";