about summary refs log tree commit diff
path: root/pkgs/tools/text
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2021-10-28 01:50:09 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2021-10-28 01:50:09 +0000
commitba55036722ed94745f5decde2df7e00a14be4b56 (patch)
treeba10fe7f424a2191aad14d02326f2c28bd99b945 /pkgs/tools/text
parent22a500a3f87bbce73bd8d777ef920b43a636f018 (diff)
angle-grinder: 0.17.0 -> 0.18.0
Diffstat (limited to 'pkgs/tools/text')
-rw-r--r--pkgs/tools/text/angle-grinder/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/text/angle-grinder/default.nix b/pkgs/tools/text/angle-grinder/default.nix
index 02235b057d4d0..a2303c10a6395 100644
--- a/pkgs/tools/text/angle-grinder/default.nix
+++ b/pkgs/tools/text/angle-grinder/default.nix
@@ -5,16 +5,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "angle-grinder";
-  version = "0.17.0";
+  version = "0.18.0";
 
   src = fetchFromGitHub {
     owner = "rcoh";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-jG3jHFqFOrIT/e5oyLOEckw5C3LIs7amFAa4QDEI/EY=";
+    sha256 = "sha256-kohw95pvcBLviPgTDGWIbvZuz1cJmKh4eB0Bx4AEk1E=";
   };
 
-  cargoSha256 = "sha256-Rkex+fnnacV+DCRpX3Zh9J3vGuG4QfFhFezHTs33peY=";
+  cargoSha256 = "sha256-m44hFYcyQ1yRf1O5OlomF7rEpkdnnX3FNhB8kUdriKg=";
 
   meta = with lib; {
     description = "Slice and dice logs on the command line";