about summary refs log tree commit diff
path: root/pkgs/tools/text/igrep
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-08-16 13:03:31 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-08-16 13:03:31 +0000
commitfd99bc4e3903d0559cbd3b71e096aeb0ee51fa39 (patch)
tree8eba6f79722e42240e6d4ccd5aaa568c9378c6bd /pkgs/tools/text/igrep
parent9050439c4c1a485a12c5f7754a94ae35dda2699b (diff)
downloadnixlib-fd99bc4e3903d0559cbd3b71e096aeb0ee51fa39.tar
nixlib-fd99bc4e3903d0559cbd3b71e096aeb0ee51fa39.tar.gz
nixlib-fd99bc4e3903d0559cbd3b71e096aeb0ee51fa39.tar.bz2
nixlib-fd99bc4e3903d0559cbd3b71e096aeb0ee51fa39.tar.lz
nixlib-fd99bc4e3903d0559cbd3b71e096aeb0ee51fa39.tar.xz
nixlib-fd99bc4e3903d0559cbd3b71e096aeb0ee51fa39.tar.zst
nixlib-fd99bc4e3903d0559cbd3b71e096aeb0ee51fa39.zip
igrep: 0.5.0 -> 0.5.1
Diffstat (limited to 'pkgs/tools/text/igrep')
-rw-r--r--pkgs/tools/text/igrep/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/text/igrep/default.nix b/pkgs/tools/text/igrep/default.nix
index bb93574f1ffb..7869e1f478e2 100644
--- a/pkgs/tools/text/igrep/default.nix
+++ b/pkgs/tools/text/igrep/default.nix
@@ -9,16 +9,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "igrep";
-  version = "0.5.0";
+  version = "0.5.1";
 
   src = fetchFromGitHub {
     owner = "konradsz";
     repo = "igrep";
     rev = "v${version}";
-    sha256 = "sha256-mJtxqwbqofiDuiGokn24qdnck27w7w/3A5mdqZIU88U=";
+    sha256 = "sha256-Blfkis0Ix0qhSt83YxRqJQJ2oQQK9DGmI60OkyQN5CE=";
   };
 
-  cargoSha256 = "sha256-ikU4SRLu7PQGbidPmf2W39e3sE8QY8YMU6Q0eWhgvLM=";
+  cargoSha256 = "sha256-wEprTtD9/kKtGsbpj7gR+PjsDSAdl39ZoeU5BAGERRQ=";
 
   buildInputs = lib.optionals stdenv.isDarwin [ Security ];