aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoris2022-07-08 22:06:08 +0200
committerJoris2022-07-08 22:06:08 +0200
commitb2c0b8d0c32e5b0798874fda27aa5b811a692505 (patch)
treefe65b1e93af28abe515487d5019fc3b7cbd6dac3
parent0c6350476c3e014cbde951c3529065dcb69876ab (diff)
downloadbudget-b2c0b8d0c32e5b0798874fda27aa5b811a692505.tar.gz
budget-b2c0b8d0c32e5b0798874fda27aa5b811a692505.tar.bz2
budget-b2c0b8d0c32e5b0798874fda27aa5b811a692505.zip
Update dependencies
-rw-r--r--flake.lock18
-rw-r--r--flake.nix2
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