From cb7b3ebd13479f9f3244a0dbf9ee96970c7f1ed0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 13 Oct 2024 12:07:50 +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 880f553..a68f054 100644 --- a/flake.lock +++ b/flake.lock @@ -36,11 +36,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1728067476, - "narHash": "sha256-/uJcVXuBt+VFCPQIX+4YnYrHaubJSx4HoNsJVNRgANM=", + "lastModified": 1728740863, + "narHash": "sha256-u+rxA79a0lyhG+u+oPBRtTDtzz8kvkc9a6SWSt9ekVc=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "6e6b3dd395c3b1eb9be9f2d096383a8d05add030", + "rev": "a3f9ad65a0bf298ed5847629a57808b97e6e8077", "type": "github" }, "original": { @@ -65,11 +65,11 @@ ] }, "locked": { - "lastModified": 1728181869, - "narHash": "sha256-sQXHXsjIcGEoIHkB+RO6BZdrPfB+43V1TEpyoWRI3ww=", + "lastModified": 1728786660, + "narHash": "sha256-qY+1e0o6oV5ySlErhj/dsWsPLWjrMKzq4QI7a1t9/Ps=", "owner": "oxalica", "repo": "rust-overlay", - "rev": "cd46aa3906c14790ef5cbe278d9e54f2c38f95c0", + "rev": "174a8d9cec9e2c23877a7b887c52b68ef0421d8b", "type": "github" }, "original": { diff --git a/templates/rust/flake.nix b/templates/rust/flake.nix index 284ed2a..4140d96 100644 --- a/templates/rust/flake.nix +++ b/templates/rust/flake.nix @@ -10,7 +10,7 @@ supportedSystems = [ "x86_64-linux" ]; # Rust nightly version. - nightlyVersion = "2024-10-06"; + nightlyVersion = "2024-10-13"; in mars-std.lib.eachSystem supportedSystems (system: let pkgs = mars-std.legacyPackages.${system};