aboutsummaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-10-22 03:07:41 +0000
committerBlaž Hrastnik2021-10-22 03:15:18 +0000
commit182a59b5528075c0171756bff71275db8a7995f0 (patch)
tree1f477382ef5ec5e6764d98d680f0fd9fc0e06fb6 /flake.lock
parent3b032e8e1fd342261b153aeb375f9c0e8d882b34 (diff)
Update to rust 1.56 + 2021 edition
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock68
1 files changed, 52 insertions, 16 deletions
diff --git a/flake.lock b/flake.lock
index 21e44c6e..2029d580 100644
--- a/flake.lock
+++ b/flake.lock
@@ -2,11 +2,11 @@
"nodes": {
"devshell": {
"locked": {
- "lastModified": 1630239564,
- "narHash": "sha256-lv7atkVE1+dFw0llmzONsbSIo5ao85KpNSRoFk4K8vU=",
+ "lastModified": 1632436039,
+ "narHash": "sha256-OtITeVWcKXn1SpVEnImpTGH91FycCskGBPqmlxiykv4=",
"owner": "numtide",
"repo": "devshell",
- "rev": "bd86d3a2bb28ce4d223315e0eca0d59fef8a0a73",
+ "rev": "7a7a7aa0adebe5488e5abaec688fd9ae0f8ea9c6",
"type": "github"
},
"original": {
@@ -15,6 +15,21 @@
"type": "github"
}
},
+ "flake-utils": {
+ "locked": {
+ "lastModified": 1623875721,
+ "narHash": "sha256-A8BU7bjS5GirpAUv4QA+QnJ4CceLHkcXdRp4xITDB0s=",
+ "owner": "numtide",
+ "repo": "flake-utils",
+ "rev": "f7e004a55b120c02ecb6219596820fcd32ca8772",
+ "type": "github"
+ },
+ "original": {
+ "owner": "numtide",
+ "repo": "flake-utils",
+ "type": "github"
+ }
+ },
"flakeCompat": {
"flake": false,
"locked": {
@@ -37,14 +52,16 @@
"nixpkgs": [
"nixpkgs"
],
- "rustOverlay": "rustOverlay"
+ "rustOverlay": [
+ "rust-overlay"
+ ]
},
"locked": {
- "lastModified": 1631254163,
- "narHash": "sha256-8+nOGLH1fXwWnNMTQq/Igk434BzZF5Vld45xLDLiNDQ=",
+ "lastModified": 1634796585,
+ "narHash": "sha256-CW4yx6omk5qCXUIwXHp/sztA7u0SpyLq9NEACPnkiz8=",
"owner": "yusdacra",
"repo": "nix-cargo-integration",
- "rev": "432d8504a32232e8d74710024d5bf5cc31767651",
+ "rev": "a84a2137a396f303978f1d48341e0390b0e16a8b",
"type": "github"
},
"original": {
@@ -55,11 +72,11 @@
},
"nixpkgs": {
"locked": {
- "lastModified": 1631206977,
- "narHash": "sha256-o3Dct9aJ5ht5UaTUBzXrRcK1RZt2eG5/xSlWJuUCVZM=",
+ "lastModified": 1634782485,
+ "narHash": "sha256-psfh4OQSokGXG0lpq3zKFbhOo3QfoeudRcaUnwMRkQo=",
"owner": "nixos",
"repo": "nixpkgs",
- "rev": "4f6d8095fd51954120a1d08ea5896fe42dc3923b",
+ "rev": "34ad3ffe08adfca17fcb4e4a47bb5f3b113687be",
"type": "github"
},
"original": {
@@ -69,21 +86,40 @@
"type": "github"
}
},
+ "nixpkgs_2": {
+ "locked": {
+ "lastModified": 1628186154,
+ "narHash": "sha256-r2d0wvywFnL9z4iptztdFMhaUIAaGzrSs7kSok0PgmE=",
+ "owner": "NixOS",
+ "repo": "nixpkgs",
+ "rev": "06552b72346632b6943c8032e57e702ea12413bf",
+ "type": "github"
+ },
+ "original": {
+ "owner": "NixOS",
+ "repo": "nixpkgs",
+ "type": "github"
+ }
+ },
"root": {
"inputs": {
"flakeCompat": "flakeCompat",
"nixCargoIntegration": "nixCargoIntegration",
- "nixpkgs": "nixpkgs"
+ "nixpkgs": "nixpkgs",
+ "rust-overlay": "rust-overlay"
}
},
- "rustOverlay": {
- "flake": false,
+ "rust-overlay": {
+ "inputs": {
+ "flake-utils": "flake-utils",
+ "nixpkgs": "nixpkgs_2"
+ },
"locked": {
- "lastModified": 1631240108,
- "narHash": "sha256-ffsTkAGyQLxu4E28nVcqwc8xFL/H1UEwrRw2ITI43Aw=",
+ "lastModified": 1634869268,
+ "narHash": "sha256-RVAcEFlFU3877Mm4q/nbXGEYTDg/wQNhzmXGMTV6wBs=",
"owner": "oxalica",
"repo": "rust-overlay",
- "rev": "3a29d5e726b855d9463eb5dfe04f1ec14d413289",
+ "rev": "c02c2d86354327317546501af001886fbb53d374",
"type": "github"
},
"original": {