diff options
author | Joris | 2023-12-02 22:06:04 +0100 |
---|---|---|
committer | Joris | 2023-12-02 22:16:51 +0100 |
commit | 20706679830c7f855648a73d08fa288c900e3360 (patch) | |
tree | 31a51ddef31b1d05d5efdaed112c744008eb0ced | |
parent | c31ca495a5bc6c1dc522be8a0053b8c06b2cb985 (diff) |
Update flakes
-rw-r--r-- | flake.lock | 18 | ||||
-rw-r--r-- | flake.nix | 2 |
2 files changed, 10 insertions, 10 deletions
@@ -5,11 +5,11 @@ "systems": "systems" }, "locked": { - "lastModified": 1689068808, - "narHash": "sha256-6ixXo3wt24N/melDWjq70UuHQLxGV8jZvooRanIHXw0=", + "lastModified": 1694529238, + "narHash": "sha256-zsNZZGTGnMOf9YpHKJqMSsa0dXbfmxeoJ7xHlrt+xmY=", "owner": "numtide", "repo": "flake-utils", - "rev": "919d646de7be200f3bf08cb76ae1f09402b6f9b4", + "rev": "ff7b65b44d01cf9ba6a71320833626af21126384", "type": "github" }, "original": { @@ -20,11 +20,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1689405977, - "narHash": "sha256-eqdpLDNCnscNV4y3eskTibSAF0upfGW/Vv1X1ftDX6Y=", + "lastModified": 1701550882, + "narHash": "sha256-nt/o7lLaIkBpPkVviBqxp/HMEtEfVJzLl2eHzuJF9/I=", "owner": "nixos", "repo": "nixpkgs", - "rev": "50f2048830d02405244af838abbda1628543fc5b", + "rev": "c3857011d76ef8d137ac9abb5b0a8c957961a471", "type": "github" }, "original": { @@ -50,11 +50,11 @@ ] }, "locked": { - "lastModified": 1689388484, - "narHash": "sha256-cR8W4LZTk1SFGhDUGG4RF7qPZP7d9qFmltk7nFi7WMo=", + "lastModified": 1701483183, + "narHash": "sha256-MDH3oUajqTaYClCiq1QK7jWVMtMFDJWxVBCFAnkt6J4=", "owner": "oxalica", "repo": "rust-overlay", - "rev": "15027511818ee595ca2ae6ec4b5f8f0e96c0fe47", + "rev": "47fe4578cb64a365f400e682a70e054657c42fa5", "type": "github" }, "original": { @@ -19,7 +19,7 @@ { devShell = mkShell { buildInputs = [ - rust-bin.stable."1.71.0".default + rust-bin.stable."1.74.0".default watchexec cargo-watch sqlite |