about summary refs log tree commit diff
path: root/pkgs/development/tools/analysis
diff options
context:
space:
mode:
authorRenaud <c0bw3b@users.noreply.github.com>2019-12-12 22:55:19 +0100
committerJon <jonringer@users.noreply.github.com>2019-12-13 22:51:23 -0800
commit637f16dc3e40e6b208fc22c442c26aa8ec3fdf9c (patch)
treebc3958a77ebab9b2e683f9cef809a98fc3e91e5c /pkgs/development/tools/analysis
parent6d34fb89eb6d3bf34d86fd3837d19be670253c41 (diff)
downloadnixlib-637f16dc3e40e6b208fc22c442c26aa8ec3fdf9c.tar
nixlib-637f16dc3e40e6b208fc22c442c26aa8ec3fdf9c.tar.gz
nixlib-637f16dc3e40e6b208fc22c442c26aa8ec3fdf9c.tar.bz2
nixlib-637f16dc3e40e6b208fc22c442c26aa8ec3fdf9c.tar.lz
nixlib-637f16dc3e40e6b208fc22c442c26aa8ec3fdf9c.tar.xz
nixlib-637f16dc3e40e6b208fc22c442c26aa8ec3fdf9c.tar.zst
nixlib-637f16dc3e40e6b208fc22c442c26aa8ec3fdf9c.zip
bingrep: 0.7.0 -> 0.8.1
Diffstat (limited to 'pkgs/development/tools/analysis')
-rw-r--r--pkgs/development/tools/analysis/bingrep/default.nix9
1 files changed, 4 insertions, 5 deletions
diff --git a/pkgs/development/tools/analysis/bingrep/default.nix b/pkgs/development/tools/analysis/bingrep/default.nix
index 5fd6b402e0b0..2367e197f849 100644
--- a/pkgs/development/tools/analysis/bingrep/default.nix
+++ b/pkgs/development/tools/analysis/bingrep/default.nix
@@ -2,17 +2,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "bingrep";
-  version = "0.7.0";
+  version = "0.8.1";
 
   src = fetchFromGitHub {
     owner = "m4b";
     repo = pname;
-    # Currently doesn't tag versions so we're using the raw revision
-    rev = "33d56a4b020c4a3c111294fe41c613d5e8e9c7af";
-    sha256 = "0lg92wqknr584b44i5v4f97js56j89z7n8p2zpm8j1pfhjmgcigs";
+    rev = "v${version}";
+    sha256 = "1xig3lrw0jdaxibzirqnm50l8nj4si9pa9w0jypmyhf1lr6yzd0g";
   };
 
-  cargoSha256 = "1yxm7waldhilx7wh1ag79rkp8kypb9k1px4ynmzq11r72yl2p4m7";
+  cargoSha256 = "1fsp1ycfswrzldwnjw5cdwi809fd37pwshvrpf7sp0wmzx2bqhgm";
 
   meta = with stdenv.lib; {
     description = "Greps through binaries from various OSs and architectures, and colors them";