From 819fcea1afb0c538251a8de1bc58c2a786860b15 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 15 Dec 2024 12:08:42 +0000 Subject: [PATCH] Update dependencies --- flake.lock | 12 ++++++------ templates/rust/flake.nix | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index dc6bd09..9dc57b2 100644 --- a/flake.lock +++ b/flake.lock @@ -36,11 +36,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1733384649, - "narHash": "sha256-K5DJ2LpPqht7K76bsxetI+YHhGGRyVteTPRQaIIKJpw=", + "lastModified": 1734017764, + "narHash": "sha256-msOfmyJSjAHgIygI/JD0Ae3JsDv4rT54Nlfr5t6MQMQ=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "190c31a89e5eec80dd6604d7f9e5af3802a58a13", + "rev": "64e9404f308e0f0a0d8cdd7c358f74e34802494b", "type": "github" }, "original": { @@ -65,11 +65,11 @@ ] }, "locked": { - "lastModified": 1733625333, - "narHash": "sha256-tIML2axjm4AnlKP29upVJxzBpj4Cy4ak+PKonqQtXmc=", + "lastModified": 1734230139, + "narHash": "sha256-zsp0Mz8VgyIAnU8UhP/YT1g+zlsl+NIJTBMAbY+RifQ=", "owner": "oxalica", "repo": "rust-overlay", - "rev": "430c8b054e45ea44fd2c9521a378306ada507a6c", + "rev": "150fbc8aa2bc501041810bbc1dbfe73694a861be", "type": "github" }, "original": { diff --git a/templates/rust/flake.nix b/templates/rust/flake.nix index 5349084..27e7c9f 100644 --- a/templates/rust/flake.nix +++ b/templates/rust/flake.nix @@ -10,7 +10,7 @@ supportedSystems = [ "x86_64-linux" ]; # Rust nightly version. - nightlyVersion = "2024-12-08"; + nightlyVersion = "2024-12-15"; in mars-std.lib.eachSystem supportedSystems (system: let pkgs = mars-std.legacyPackages.${system};