nixpkgs: 22.05 -> 22.11

`cargo test` passes (except wgpu tests, doc tests)
This commit is contained in:
2025-01-13 09:53:44 +00:00
parent 61b55b4ad5
commit 3fede45bdb
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View File

@@ -35,16 +35,16 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1685573264,
"narHash": "sha256-Zffu01pONhs/pqH07cjlF10NnMDLok8ix5Uk4rhOnZQ=",
"lastModified": 1688392541,
"narHash": "sha256-lHrKvEkCPTUO+7tPfjIcb7Trk6k31rz18vkyqmkeJfY=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "380be19fbd2d9079f677978361792cb25e8a3635",
"rev": "ea4c80b39be4c09702b0cb3b42eab59e2ba4f24b",
"type": "github"
},
"original": {
"id": "nixpkgs",
"ref": "nixos-22.05",
"ref": "nixos-22.11",
"type": "indirect"
}
},

View File

@@ -1,7 +1,7 @@
{
description = "Finite Difference Time Domain simulation binaries";
inputs = {
nixpkgs.url = "nixpkgs/nixos-22.05";
nixpkgs.url = "nixpkgs/nixos-22.11";
flake-utils.url = "github:numtide/flake-utils";
rust-overlay.url = "github:oxalica/rust-overlay/45140fa526b1cb85498f717e355c79a54367cb1d"; #< TODO: unpin (pinned now to simplify nixpkgs updating)
};