From 41e06190bb3dbe644d1bb1673c9359579bf706fe Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Fri, 10 Jan 2020 21:42:28 +0100 Subject: rustracer: 2.1.28 -> 2.1.29 https://crates.io/crates/racer/2.1.29 The package is now pinned to the git rev that is published as 2.1.29 on crates.io (there's no 2.1.29 tag on GitHub unfortunately). --- pkgs/development/tools/rust/racer/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pkgs/development/tools/rust') diff --git a/pkgs/development/tools/rust/racer/default.nix b/pkgs/development/tools/rust/racer/default.nix index de31057af14d..ded4d2c98e6b 100644 --- a/pkgs/development/tools/rust/racer/default.nix +++ b/pkgs/development/tools/rust/racer/default.nix @@ -2,16 +2,16 @@ rustPlatform.buildRustPackage rec { pname = "racer"; - version = "2.1.28"; + version = "2.1.29"; src = fetchFromGitHub { owner = "racer-rust"; repo = "racer"; - rev = "v${version}"; - sha256 = "1zifbcqy9hmcdbz7sl046l2631f5a3j65kyin38l7wm7vrqx9s3h"; + rev = "5db1d0cf8bd1a1030983337c2079be09a1268c8c"; + sha256 = "0kxi0krpc3abanphzpmi3jhmm831bn4wjzyas469q2gvqfhm71dj"; }; - cargoSha256 = "1ys1yb939y144lhjr451cpqrayqn66r0zp71xm90fkqxsbv7wkqv"; + cargoSha256 = "18hx0dfx6lw3azsnpqzhbjs0fpfya5y0pcyjmfywv42a8n7dr1jc"; buildInputs = [ makeWrapper ] ++ stdenv.lib.optional stdenv.isDarwin Security; -- cgit 1.4.1