From b2c0b8d0c32e5b0798874fda27aa5b811a692505 Mon Sep 17 00:00:00 2001 From: Joris Date: Fri, 8 Jul 2022 22:06:08 +0200 Subject: Update dependencies --- flake.lock | 18 +++++++++--------- flake.nix | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/flake.lock b/flake.lock index d557ed5..52872d8 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "flake-utils": { "locked": { - "lastModified": 1634851050, - "narHash": "sha256-N83GlSGPJJdcqhUxSCS/WwW5pksYf3VP1M13cDRTSVA=", + "lastModified": 1656928814, + "narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=", "owner": "numtide", "repo": "flake-utils", - "rev": "c91f3de5adaf1de973b797ef7485e441a65b8935", + "rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249", "type": "github" }, "original": { @@ -17,11 +17,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1636730720, - "narHash": "sha256-JuZ9Zjy3Z/dChL6szbAVCstQoNzI1TKJaWIPlMmTkqA=", + "lastModified": 1657307176, + "narHash": "sha256-9qcuR7SMABEsfiaTd/yiKniNiwIoNUKL2Ui54cKo6Mc=", "owner": "nixos", "repo": "nixpkgs", - "rev": "860795fd7e65502728c96e54f251e2a733a771e7", + "rev": "0a9f100d7720b4421f5c2680faab568bf34d9fa2", "type": "github" }, "original": { @@ -47,11 +47,11 @@ ] }, "locked": { - "lastModified": 1636683315, - "narHash": "sha256-udsMHw5gzZPvvFIhopoGicLK/LaYyDN3iAa1PEpP7uM=", + "lastModified": 1657248581, + "narHash": "sha256-VSAhHCruQCFWzTz7ZSW5QLb2xIKrBGeEyEfKds4MXeY=", "owner": "oxalica", "repo": "rust-overlay", - "rev": "e87b7ea329fc78c5e5775c983193f630458c317f", + "rev": "6bd9919005ab6bf72464c9ebdd80f89b0cf82f97", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 15ec82b..fe207f4 100644 --- a/flake.nix +++ b/flake.nix @@ -19,7 +19,7 @@ { devShell = mkShell { buildInputs = [ - ((rustChannelOf { channel = "1.56.1"; }).rust) + rust-bin.stable."1.60.0".default cargo-watch lld openssl -- cgit v1.2.3