about summary refs log tree commit diff
path: root/pkgs/development/tools/rust
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-01-06 10:38:20 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2020-01-06 10:38:20 +0100
commit17ab5f9d88b3b4e8442421bc4bf4eb1e913bcc6a (patch)
treef140d6d2cd9ecd708dc82303f3f5b279d0a368b4 /pkgs/development/tools/rust
parent828f93a32665c9c72f7bf441878a91a11213fdf3 (diff)
parent30121dffd40d50c6d4234cdeb9e3b057f848b2b6 (diff)
downloadnixlib-17ab5f9d88b3b4e8442421bc4bf4eb1e913bcc6a.tar
nixlib-17ab5f9d88b3b4e8442421bc4bf4eb1e913bcc6a.tar.gz
nixlib-17ab5f9d88b3b4e8442421bc4bf4eb1e913bcc6a.tar.bz2
nixlib-17ab5f9d88b3b4e8442421bc4bf4eb1e913bcc6a.tar.lz
nixlib-17ab5f9d88b3b4e8442421bc4bf4eb1e913bcc6a.tar.xz
nixlib-17ab5f9d88b3b4e8442421bc4bf4eb1e913bcc6a.tar.zst
nixlib-17ab5f9d88b3b4e8442421bc4bf4eb1e913bcc6a.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/development/tools/rust')
-rw-r--r--pkgs/development/tools/rust/racer/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/tools/rust/racer/default.nix b/pkgs/development/tools/rust/racer/default.nix
index 65d3006a3b86..de31057af14d 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.27";
+  version = "2.1.28";
 
   src = fetchFromGitHub {
     owner = "racer-rust";
     repo = "racer";
     rev = "v${version}";
-    sha256 = "1ajj515ck5n0mzig77xnq1qgb2s4gf6ahgd5mab91406jvij9qf3";
+    sha256 = "1zifbcqy9hmcdbz7sl046l2631f5a3j65kyin38l7wm7vrqx9s3h";
   };
 
-  cargoSha256 = "0ki5j5gh59c92a0w43kzljpiamv2jvyk4m2w8qldfyl5kaa40dxb";
+  cargoSha256 = "1ys1yb939y144lhjr451cpqrayqn66r0zp71xm90fkqxsbv7wkqv";
 
   buildInputs = [ makeWrapper ]
                 ++ stdenv.lib.optional stdenv.isDarwin Security;
@@ -44,7 +44,7 @@ rustPlatform.buildRustPackage rec {
     description = "A utility intended to provide Rust code completion for editors and IDEs";
     homepage = https://github.com/racer-rust/racer;
     license = licenses.mit;
-    maintainers = with maintainers; [ jagajaga ];
+    maintainers = with maintainers; [ jagajaga ma27 ];
     platforms = platforms.all;
   };
 }