Skip to content

Commit 2da82a1

Browse files
committedJun 26, 2017
racerd: 2016-12-24 -> 2017-02-17
1 parent ce8178e commit 2da82a1

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed
 

‎pkgs/development/tools/rust/racerd/default.nix

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
1-
{ stdenv, fetchgit, rustPlatform, makeWrapper }:
1+
{ stdenv, fetchFromGitHub, rustPlatform, makeWrapper }:
22

33
with rustPlatform;
44

55
buildRustPackage rec {
66
name = "racerd-${version}";
7-
version = "2016-12-24";
8-
src = fetchgit {
9-
url = "git://github.com/jwilm/racerd.git";
10-
rev = "dc090ea11d550cd513416d21227d558dbfd2fcb6";
11-
sha256 = "0jfryb1b32m6bn620gd7y670cfipaswj1cppzkybm4xg6abqh07b";
7+
version = "2017-02-17";
8+
src = fetchFromGitHub {
9+
owner = "jwilm";
10+
repo = "racerd";
11+
rev = "e3f3ff010fce2c67195750d9a6a669ffb3c2ac5f";
12+
sha256 = "125pmbkjnjh83xwikcwfbb8g150nldz7wh0ly1gv9kl1b521dydk";
1213
};
1314

1415
doCheck = false;
1516

16-
depsSha256 = "1vv6fyisi11bcajxkq3ihpl59yh504xmnsr222zj15hmivn0jwf2";
17+
depsSha256 = "0db18m0vxzvg821gb5g8njhlnxw7im81m089i4982n8hmnhm1497";
1718

1819
buildInputs = [ makeWrapper ];
1920

0 commit comments

Comments
 (0)
Please sign in to comment.