mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
rustRegistry: 2017-03-22 -> 2017-03-29
Update the `rustRegistry` to a more recent version. I have tested this change per nixpkgs manual section 11.1 ("Making patches").
This commit is contained in:
parent
08c87eed00
commit
b083a374aa
1 changed files with 3 additions and 3 deletions
|
@ -7,9 +7,9 @@
|
|||
{ runCommand, fetchFromGitHub, git }:
|
||||
|
||||
let
|
||||
version = "2017-03-22";
|
||||
rev = "2458be6157706b6c92e37baa19703c15d89f6b3a";
|
||||
sha256 = "19ij0fqy5j4lz73w4p29wv4gsxhs345ajxm4bxpq6gx2h4x6qk06";
|
||||
version = "2017-03-29";
|
||||
rev = "d9dbb2fc117bf730d1f54b090b3af407e8e5ff20";
|
||||
sha256 = "1vrzr4v8qp5jy3xmqrcyk9naik3rngk8hzxif42y687ncppzrsdl";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
inherit rev;
|
||||
|
|
Loading…
Reference in a new issue