angle-grinder: 0.17.0 -> 0.18.0

+3 -3
+3 -3
pkgs/tools/text/angle-grinder/default.nix
··· 5 6 rustPlatform.buildRustPackage rec { 7 pname = "angle-grinder"; 8 - version = "0.17.0"; 9 10 src = fetchFromGitHub { 11 owner = "rcoh"; 12 repo = pname; 13 rev = "v${version}"; 14 - sha256 = "sha256-jG3jHFqFOrIT/e5oyLOEckw5C3LIs7amFAa4QDEI/EY="; 15 }; 16 17 - cargoSha256 = "sha256-Rkex+fnnacV+DCRpX3Zh9J3vGuG4QfFhFezHTs33peY="; 18 19 meta = with lib; { 20 description = "Slice and dice logs on the command line";
··· 5 6 rustPlatform.buildRustPackage rec { 7 pname = "angle-grinder"; 8 + version = "0.18.0"; 9 10 src = fetchFromGitHub { 11 owner = "rcoh"; 12 repo = pname; 13 rev = "v${version}"; 14 + sha256 = "sha256-kohw95pvcBLviPgTDGWIbvZuz1cJmKh4eB0Bx4AEk1E="; 15 }; 16 17 + cargoSha256 = "sha256-m44hFYcyQ1yRf1O5OlomF7rEpkdnnX3FNhB8kUdriKg="; 18 19 meta = with lib; { 20 description = "Slice and dice logs on the command line";