summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-07-27 09:03:00 +0000
committerGitHub <noreply@github.com>2021-07-27 09:03:00 +0000
commit76111e50e54ac3f5fbb89349fbd29f5807ef75b0 (patch)
tree50419cf279aed3b7561fbcfe93416761013ff09f /pkgs
parent4508d5e9388c289365264b5ad5b553bf94dff45e (diff)
parent571a504e01a0ca1816f1d9a6695828a2e479b59f (diff)
downloadnixpkgs-76111e50e54ac3f5fbb89349fbd29f5807ef75b0.tar
nixpkgs-76111e50e54ac3f5fbb89349fbd29f5807ef75b0.tar.gz
nixpkgs-76111e50e54ac3f5fbb89349fbd29f5807ef75b0.tar.bz2
nixpkgs-76111e50e54ac3f5fbb89349fbd29f5807ef75b0.tar.lz
nixpkgs-76111e50e54ac3f5fbb89349fbd29f5807ef75b0.tar.xz
nixpkgs-76111e50e54ac3f5fbb89349fbd29f5807ef75b0.tar.zst
nixpkgs-76111e50e54ac3f5fbb89349fbd29f5807ef75b0.zip
Merge pull request #131650 from r-ryantm/auto-update/angle-grinder
angle-grinder: 0.16 -> 0.17.0
Diffstat (limited to 'pkgs')
-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 f9f5736015b..02235b057d4 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.16";
+  version = "0.17.0";
 
   src = fetchFromGitHub {
     owner = "rcoh";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-cGYhGcNalmc/Gr7mY1Fycs8cZYaIy622DFIL64LT+gE=";
+    sha256 = "sha256-jG3jHFqFOrIT/e5oyLOEckw5C3LIs7amFAa4QDEI/EY=";
   };
 
-  cargoSha256 = "sha256-LJ7zudUeso28zJqLhqWGWqf+L4o75rJjtTx9BpWKRIE=";
+  cargoSha256 = "sha256-Rkex+fnnacV+DCRpX3Zh9J3vGuG4QfFhFezHTs33peY=";
 
   meta = with lib; {
     description = "Slice and dice logs on the command line";