about summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2021-01-22 22:14:39 +0100
committerGitHub <noreply@github.com>2021-01-22 22:14:39 +0100
commite47aca4524551d2b4750d5fb692d923ed97b1758 (patch)
treeefb46efb5cab496a6f3d5c92ea8bfa2bc58b7522 /pkgs/development/tools
parent932d8850c85775e5b2c911d55cddd715aea017c0 (diff)
parent360f24168f6159a24b030d4d60f030bec53c79b5 (diff)
downloadnixlib-e47aca4524551d2b4750d5fb692d923ed97b1758.tar
nixlib-e47aca4524551d2b4750d5fb692d923ed97b1758.tar.gz
nixlib-e47aca4524551d2b4750d5fb692d923ed97b1758.tar.bz2
nixlib-e47aca4524551d2b4750d5fb692d923ed97b1758.tar.lz
nixlib-e47aca4524551d2b4750d5fb692d923ed97b1758.tar.xz
nixlib-e47aca4524551d2b4750d5fb692d923ed97b1758.tar.zst
nixlib-e47aca4524551d2b4750d5fb692d923ed97b1758.zip
Merge pull request #110373 from r-ryantm/auto-update/bingrep
bingrep: 0.8.2 -> 0.8.5
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/analysis/bingrep/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/analysis/bingrep/default.nix b/pkgs/development/tools/analysis/bingrep/default.nix
index 236669dc54f7..d1b0c3a66569 100644
--- a/pkgs/development/tools/analysis/bingrep/default.nix
+++ b/pkgs/development/tools/analysis/bingrep/default.nix
@@ -2,16 +2,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "bingrep";
-  version = "0.8.2";
+  version = "0.8.5";
 
   src = fetchFromGitHub {
     owner = "m4b";
     repo = pname;
     rev = "v${version}";
-    sha256 = "1qv41g7mblnq07145m03s2fhbrjfsc0924zb9z4cp159ygkggxcy";
+    sha256 = "sha256-ayA3aEidZPa5GJgbbm5K3X2Xgd5Eb6TgUU80Gw/p07w=";
   };
 
-  cargoSha256 = "1z53408mcmy698xb2sxj1s1p9xc9srlkj0v8wswhdp7nq27vwkdj";
+  cargoSha256 = "sha256-3eGYU5O7HSpawIL/8OVmROCzXfdnoMAnIujjrIp00xg=";
 
   meta = with stdenv.lib; {
     description = "Greps through binaries from various OSs and architectures, and colors them";