aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXe <me@christine.website>2021-12-17 20:31:54 +0000
committerXe <me@christine.website>2021-12-17 20:32:07 +0000
commit934d45057afde1d9ff5d1835c9c55c3c7b5fa68c (patch)
tree7e1bd92b22d4c7e652b9b536a70002dfb0ebdefd
parent15058ffed26f16d3842e2b7a5d5004d94169f6a8 (diff)
downloadxesite-934d45057afde1d9ff5d1835c9c55c3c7b5fa68c.tar.xz
xesite-934d45057afde1d9ff5d1835c9c55c3c7b5fa68c.zip
updates
Signed-off-by: Xe <me@christine.website>
-rw-r--r--nix/rust.nix2
-rw-r--r--nix/sources.json24
2 files changed, 13 insertions, 13 deletions
diff --git a/nix/rust.nix b/nix/rust.nix
index 9cb9b94..a0108c3 100644
--- a/nix/rust.nix
+++ b/nix/rust.nix
@@ -4,7 +4,7 @@ let
pkgs =
import sources.nixpkgs { overlays = [ (import sources.nixpkgs-mozilla) ]; };
channel = "nightly";
- date = "2021-07-06";
+ date = "2021-12-17";
targets = [ ];
chan = pkgs.rustChannelOfTargets channel date targets;
in chan
diff --git a/nix/sources.json b/nix/sources.json
index 3339bd7..25e2964 100644
--- a/nix/sources.json
+++ b/nix/sources.json
@@ -5,10 +5,10 @@
"homepage": "",
"owner": "justinwoo",
"repo": "easy-dhall-nix",
- "rev": "1f6eecab5c276a59858a10bbfcbbc5611187da03",
- "sha256": "07n7y93xfiwr82yx2v8r5mxcafsxgs1hdl1ghq6xah5v827fb6q0",
+ "rev": "9bd1bea0dcebe1d1d120c0fd1ba76683dc4a62e3",
+ "sha256": "1gdx1iqhr3ih3f2v304yjnpjqydpl0x4ngrg58qa4x5wlcr5rdhl",
"type": "tarball",
- "url": "https://github.com/justinwoo/easy-dhall-nix/archive/1f6eecab5c276a59858a10bbfcbbc5611187da03.tar.gz",
+ "url": "https://github.com/justinwoo/easy-dhall-nix/archive/9bd1bea0dcebe1d1d120c0fd1ba76683dc4a62e3.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"naersk": {
@@ -17,10 +17,10 @@
"homepage": "",
"owner": "nmattia",
"repo": "naersk",
- "rev": "e09c320446c5c2516d430803f7b19f5833781337",
- "sha256": "0k1pk2ixnxl6njjrgy750gm6m1nkkdsah383n3wp4ybrzacnav5h",
+ "rev": "5415c7045366bb53db1a33cf7d975942b5553a28",
+ "sha256": "14m7i9bhd3zclj3vibjhsxs4skz09yy097pk5zcgfqxbnbzwkvz6",
"type": "tarball",
- "url": "https://github.com/nmattia/naersk/archive/e09c320446c5c2516d430803f7b19f5833781337.tar.gz",
+ "url": "https://github.com/nmattia/naersk/archive/5415c7045366bb53db1a33cf7d975942b5553a28.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"niv": {
@@ -29,10 +29,10 @@
"homepage": "https://github.com/nmattia/niv",
"owner": "nmattia",
"repo": "niv",
- "rev": "e0ca65c81a2d7a4d82a189f1e23a48d59ad42070",
- "sha256": "1pq9nh1d8nn3xvbdny8fafzw87mj7gsmp6pxkdl65w2g18rmcmzx",
+ "rev": "5830a4dd348d77e39a0f3c4c762ff2663b602d4c",
+ "sha256": "1d3lsrqvci4qz2hwjrcnd8h5vfkg8aypq3sjd4g3izbc8frwz5sm",
"type": "tarball",
- "url": "https://github.com/nmattia/niv/archive/e0ca65c81a2d7a4d82a189f1e23a48d59ad42070.tar.gz",
+ "url": "https://github.com/nmattia/niv/archive/5830a4dd348d77e39a0f3c4c762ff2663b602d4c.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"nixpkgs": {
@@ -53,10 +53,10 @@
"homepage": null,
"owner": "mozilla",
"repo": "nixpkgs-mozilla",
- "rev": "3f3fba4e2066f28a1ad7ac60e86a688a92eb5b5f",
- "sha256": "1mrj89gzrzhci4lssvzmmk31l715cddp7l39favnfs1qaijly814",
+ "rev": "7c1e8b1dd6ed0043fb4ee0b12b815256b0b9de6f",
+ "sha256": "1a71nfw7d36vplf89fp65vgj3s66np1dc0hqnqgj5gbdnpm1bihl",
"type": "tarball",
- "url": "https://github.com/mozilla/nixpkgs-mozilla/archive/3f3fba4e2066f28a1ad7ac60e86a688a92eb5b5f.tar.gz",
+ "url": "https://github.com/mozilla/nixpkgs-mozilla/archive/7c1e8b1dd6ed0043fb4ee0b12b815256b0b9de6f.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"xepkgs": {