git.delta.rocks / jrsonnet / refs/commits / 84715b5c8a63

difftreelog

ci update flake

Yaroslav Bolyukin2023-05-09parent: #96690c7.patch.diff
in: master

2 files changed

modifiedflake.lockdiffbeforeafterboth
1{1{
2 "nodes": {2 "nodes": {
3 "flake-utils": {3 "flake-utils": {
4 "inputs": {
5 "systems": "systems"
6 },
4 "locked": {7 "locked": {
5 "lastModified": 1678901627,8 "lastModified": 1681202837,
6 "narHash": "sha256-U02riOqrKKzwjsxc/400XnElV+UtPUQWpANPlyazjH0=",9 "narHash": "sha256-H+Rh19JDwRtpVPAWp64F+rlEtxUWBAQW28eAi3SRSzg=",
7 "owner": "numtide",10 "owner": "numtide",
8 "repo": "flake-utils",11 "repo": "flake-utils",
9 "rev": "93a2b84fc4b70d9e089d029deacc3583435c2ed6",12 "rev": "cfacdce06f30d2b68473a46042957675eebb3401",
10 "type": "github"13 "type": "github"
11 },14 },
12 "original": {15 "original": {
17 },20 },
18 "nixpkgs": {21 "nixpkgs": {
19 "locked": {22 "locked": {
20 "lastModified": 1680701003,23 "lastModified": 1683574088,
21 "narHash": "sha256-8ML7ECxn2cmHo9gFDj4MQ55H9jEQHjc9MljjmvRA1HM=",24 "narHash": "sha256-RjE7UXfyYBV3vkpjL5irZOF+4ZgTQlvEWYJsFL2Hig0=",
22 "owner": "nixos",25 "owner": "nixos",
23 "repo": "nixpkgs",26 "repo": "nixpkgs",
24 "rev": "055f9852f2186afafb59da2093df87d7431d52b8",27 "rev": "05b1a97381588ba98d98f8725b2137fce0ab45cb",
25 "type": "github"28 "type": "github"
26 },29 },
27 "original": {30 "original": {
47 ]50 ]
48 },51 },
49 "locked": {52 "locked": {
50 "lastModified": 1680660688,53 "lastModified": 1683512408,
51 "narHash": "sha256-XeQTCxWBR0Ai1VMzI5ZXYpA2lu1F8FzZKjw8RtByZOg=",54 "narHash": "sha256-QMJGp/37En+d5YocJuSU89GL14bBYkIJQ6mqhRfqkkc=",
52 "owner": "oxalica",55 "owner": "oxalica",
53 "repo": "rust-overlay",56 "repo": "rust-overlay",
54 "rev": "2f40052be98347b479c820c00fb2fc1d87b3aa28",57 "rev": "75b07756c3feb22cf230e75fb064c1b4c725b9bc",
55 "type": "github"58 "type": "github"
56 },59 },
57 "original": {60 "original": {
58 "owner": "oxalica",61 "owner": "oxalica",
59 "repo": "rust-overlay",62 "repo": "rust-overlay",
60 "type": "github"63 "type": "github"
61 }64 }
62 }65 },
66 "systems": {
67 "locked": {
68 "lastModified": 1681028828,
69 "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
70 "owner": "nix-systems",
71 "repo": "default",
72 "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
73 "type": "github"
74 },
75 "original": {
76 "owner": "nix-systems",
77 "repo": "default",
78 "type": "github"
79 }
80 }
63 },81 },
64 "root": "root",82 "root": "root",
65 "version": 783 "version": 7
modifiedflake.nixdiffbeforeafterboth
--- a/flake.nix
+++ b/flake.nix
@@ -16,7 +16,7 @@
           inherit system;
           overlays = [ rust-overlay.overlays.default ];
         };
-        rust = ((pkgs.rustChannelOf { date = "2023-04-03"; channel = "nightly"; }).default.override {
+        rust = ((pkgs.rustChannelOf { date = "2023-05-07"; channel = "nightly"; }).default.override {
           extensions = [ "rust-src" "miri" "rust-analyzer" ];
         });
       in