about summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorVladyslav M <dywedir@gra.red>2020-02-15 08:13:12 +0200
committerVladyslav M <dywedir@gra.red>2020-02-15 09:38:37 +0200
commit07e1adff4662e585466dfebac84da2f4d297db75 (patch)
tree0baba3dc4aabe1ff32502f049792a0575c7947df /pkgs/development/tools
parent6f24be13ee1e28fb48dbd8cdc59edbf51633cbec (diff)
downloadnixlib-07e1adff4662e585466dfebac84da2f4d297db75.tar
nixlib-07e1adff4662e585466dfebac84da2f4d297db75.tar.gz
nixlib-07e1adff4662e585466dfebac84da2f4d297db75.tar.bz2
nixlib-07e1adff4662e585466dfebac84da2f4d297db75.tar.lz
nixlib-07e1adff4662e585466dfebac84da2f4d297db75.tar.xz
nixlib-07e1adff4662e585466dfebac84da2f4d297db75.tar.zst
nixlib-07e1adff4662e585466dfebac84da2f4d297db75.zip
bingrep: 0.8.1 -> 0.8.2
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/analysis/bingrep/default.nix9
1 files changed, 3 insertions, 6 deletions
diff --git a/pkgs/development/tools/analysis/bingrep/default.nix b/pkgs/development/tools/analysis/bingrep/default.nix
index b2d3a46e621a..236669dc54f7 100644
--- a/pkgs/development/tools/analysis/bingrep/default.nix
+++ b/pkgs/development/tools/analysis/bingrep/default.nix
@@ -2,19 +2,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "bingrep";
-  version = "0.8.1";
+  version = "0.8.2";
 
   src = fetchFromGitHub {
     owner = "m4b";
     repo = pname;
     rev = "v${version}";
-    sha256 = "1xig3lrw0jdaxibzirqnm50l8nj4si9pa9w0jypmyhf1lr6yzd0g";
+    sha256 = "1qv41g7mblnq07145m03s2fhbrjfsc0924zb9z4cp159ygkggxcy";
   };
 
-  # Delete this on next update; see #79975 for details
-  legacyCargoFetcher = true;
-
-  cargoSha256 = "1fsp1ycfswrzldwnjw5cdwi809fd37pwshvrpf7sp0wmzx2bqhgm";
+  cargoSha256 = "1z53408mcmy698xb2sxj1s1p9xc9srlkj0v8wswhdp7nq27vwkdj";
 
   meta = with stdenv.lib; {
     description = "Greps through binaries from various OSs and architectures, and colors them";