diff --git a/flake.lock b/flake.lock index 9952ec38..9d5ad16f 100644 --- a/flake.lock +++ b/flake.lock @@ -5,11 +5,11 @@ "nixpkgs": "nixpkgs" }, "locked": { - "lastModified": 1719249093, - "narHash": "sha256-0q1haa3sw6GbmJ+WhogMnducZGjEaCa/iR6hF2vq80I=", + "lastModified": 1719685792, + "narHash": "sha256-WIoVERD4AN6CmfGSRPy3mfPx2dDbRHgzP2V8z6aNbaY=", "owner": "ipetkov", "repo": "crane", - "rev": "9791c77eb7e98b8d8ac5b0305d47282f994411ca", + "rev": "aa5dcd0518a422dfd545d565f0d5a25971fea52a", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index b98339fe..42a1367c 100644 --- a/flake.nix +++ b/flake.nix @@ -16,7 +16,7 @@ # fixed versions of stable & nightly toolchains rust-stable = pkgs.rust-bin.stable."1.79.0"; - rust-nightly = pkgs.rust-bin.nightly."2024-06-24"; + rust-nightly = pkgs.rust-bin.nightly."2024-06-25"; # function for instantiating a stable toolchain with a set of components mkToolchain = extensions: rust-stable.minimal.override {