1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 14:11:36 +00:00

rustRegistry: 2017-01-08 -> 2017-01-27

This commit is contained in:
Tadas Barzdzius 2017-01-27 13:23:33 +02:00 committed by Robin Gloster
parent a2304b0ea3
commit 129c4ebfed

View file

@ -7,9 +7,9 @@
{ runCommand, fetchFromGitHub, git }:
let
version = "2017-01-08";
rev = "5ca2f329d51b9466d9bda79172e0135edaf15f30";
sha256 = "19h3zyx83va00ssagqsk9h0c83ir9wqhn192xvk5k44m9648jvsh";
version = "2017-01-27";
rev = "6a73a15e27364a0c191d61d52406bebb7639b657";
sha256 = "1dklswbf3acfqid4vv7g2xpqc4gswjgh4ih9xjx3a0m3a69cw9lb";
src = fetchFromGitHub {
inherit rev;