bump rust

This commit is contained in:
Cadey Ratio 2020-02-29 14:16:18 +00:00
parent e1e4040c15
commit ac8ca6a2f9
3 changed files with 5 additions and 4 deletions

View File

@ -2,6 +2,6 @@
let let
pkgs = import sources.nixpkgs { overlays = [ (import sources.nixpkgs-mozilla) ]; }; pkgs = import sources.nixpkgs { overlays = [ (import sources.nixpkgs-mozilla) ]; };
date = "2020-02-14"; date = "2020-02-28";
in in
pkgs.rustChannelOf { inherit date; channel = "nightly"; } pkgs.rustChannelOf { inherit date; channel = "nightly"; }

View File

@ -5,10 +5,10 @@
"homepage": "", "homepage": "",
"owner": "nmattia", "owner": "nmattia",
"repo": "naersk", "repo": "naersk",
"rev": "9a71dbed3c33b2faa57b2fb05ae9cfd563bd6c2c", "rev": "ee15d1214a8fb58967a24d629062e4ccdd9a925a",
"sha256": "1bgkmfdkf3vsxk16vfv2j14xb1sk7idswqd8iai5lwqq7lxq3cna", "sha256": "1x5yjbizwvsqrwvfjaljd6wsfmd3ijvw2zgk89545nipqi5ibx7b",
"type": "tarball", "type": "tarball",
"url": "https://github.com/nmattia/naersk/archive/9a71dbed3c33b2faa57b2fb05ae9cfd563bd6c2c.tar.gz", "url": "https://github.com/nmattia/naersk/archive/ee15d1214a8fb58967a24d629062e4ccdd9a925a.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
}, },
"niv": { "niv": {

View File

@ -12,4 +12,5 @@ naersk.buildPackage {
(path: type: type != "directory" || builtins.baseNameOf path != "target") (path: type: type != "directory" || builtins.baseNameOf path != "target")
./.; ./.;
doCheck = false; doCheck = false;
remapPathPrefix = true;
} }