From 3fede45bdbc3ab85206c26c3ee481772ef18e576 Mon Sep 17 00:00:00 2001 From: Colin Date: Mon, 13 Jan 2025 09:53:44 +0000 Subject: [PATCH] nixpkgs: 22.05 -> 22.11 `cargo test` passes (except wgpu tests, doc tests) --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 86da93b..eeb82a5 100644 --- a/flake.lock +++ b/flake.lock @@ -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" } }, diff --git a/flake.nix b/flake.nix index 3ecfe68..8fc7754 100644 --- a/flake.nix +++ b/flake.nix @@ -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) };