about summary refs log tree commit diff
path: root/pkgs/tools/text/igrep
diff options
context:
space:
mode:
author0x4A6F <0x4A6F@users.noreply.github.com>2023-10-23 00:38:33 +0200
committerGitHub <noreply@github.com>2023-10-23 00:38:33 +0200
commita990f74cf854c7f93957a28c456f7fb4e11d93c6 (patch)
tree1343b2205f3fd5173c953370afbd2e40e9a3b610 /pkgs/tools/text/igrep
parentdb4b707870b3b01d03ce75f2fb7e3226c9d3804a (diff)
downloadnixlib-a990f74cf854c7f93957a28c456f7fb4e11d93c6.tar
nixlib-a990f74cf854c7f93957a28c456f7fb4e11d93c6.tar.gz
nixlib-a990f74cf854c7f93957a28c456f7fb4e11d93c6.tar.bz2
nixlib-a990f74cf854c7f93957a28c456f7fb4e11d93c6.tar.lz
nixlib-a990f74cf854c7f93957a28c456f7fb4e11d93c6.tar.xz
nixlib-a990f74cf854c7f93957a28c456f7fb4e11d93c6.tar.zst
nixlib-a990f74cf854c7f93957a28c456f7fb4e11d93c6.zip
treewide: sha256 -> hash (#262801)
* tumpa: sha256 -> hash

* qubes-core-vchan-xen: sha256 -> hash

* qdmr: sha256 -> hash

* w_scan2: sha256 -> hash

* libcdada: sha256 -> hash

* eidolon: sha256 -> hash

* freenukum: sha256 -> hash

* promscale: sha256 -> hash

* tacacsplus: sha256 -> hash

* blflash: sha256 -> hash

* silicon: sha256 -> hash

* nethoscope: sha256 -> hash

* pmacct: sha256 -> hash

* tayga: sha256 -> hash

* alejandra: sha256 -> hash

* igrep: sha256 -> hash

* cwm: sha256 -> hash

* dasel: sha256 -> hash
Diffstat (limited to 'pkgs/tools/text/igrep')
-rw-r--r--pkgs/tools/text/igrep/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/igrep/default.nix b/pkgs/tools/text/igrep/default.nix
index 34f9202cfa05..db947ca2cc38 100644
--- a/pkgs/tools/text/igrep/default.nix
+++ b/pkgs/tools/text/igrep/default.nix
@@ -15,7 +15,7 @@ rustPlatform.buildRustPackage rec {
     owner = "konradsz";
     repo = "igrep";
     rev = "v${version}";
-    sha256 = "sha256-L5mHuglU0CvTi02pbR8xfezBoH8L/DS+7jgvYvb4yro=";
+    hash = "sha256-L5mHuglU0CvTi02pbR8xfezBoH8L/DS+7jgvYvb4yro=";
   };
 
   cargoHash = "sha256-k63tu5Ffus4z0yd8vQ79q4+tokWAXD05Pvv9JByfnDg=";