Skip to content

Commit

Permalink
rustup: 1.2.0 -> 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andir committed Sep 5, 2017
1 parent 5b6d781 commit 14c3ce9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/rust/rustup/default.nix
Expand Up @@ -4,15 +4,15 @@

rustPlatform.buildRustPackage rec {
name = "rustup-${version}";
version = "1.2.0";
version = "1.3.0";

depsSha256 = "06bfz5kyj3k0yxv55dq0s1arx34sy1jjfrpgd83rf99026vcm5x2";
depsSha256 = "078hssgffgpakv735p1xg60kic151r2dvpdr9sipb63lwqr4dxfb";

src = fetchFromGitHub {
owner = "rust-lang-nursery";
repo = "rustup.rs";
rev = version;
sha256 = "0qwl27wh7j03h511bd8fq5fif5xcmkiyy9rm3hri7czjqr01mw0v";
sha256 = "199jlqqidzak7nxmv2nzjzv7zfzy9z7hw6h8d8wf1rbfdwd9l6hs";
};

nativeBuildInputs = [ pkgconfig ];
Expand Down

0 comments on commit 14c3ce9

Please sign in to comment.