tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
angle-grinder: 0.17.0 -> 0.18.0
R. Ryantm
4 years ago
ba550367
22a500a3
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
tools
text
angle-grinder
default.nix
+3
-3
pkgs/tools/text/angle-grinder/default.nix
···
5
5
6
6
rustPlatform.buildRustPackage rec {
7
7
pname = "angle-grinder";
8
8
-
version = "0.17.0";
8
8
+
version = "0.18.0";
9
9
10
10
src = fetchFromGitHub {
11
11
owner = "rcoh";
12
12
repo = pname;
13
13
rev = "v${version}";
14
14
-
sha256 = "sha256-jG3jHFqFOrIT/e5oyLOEckw5C3LIs7amFAa4QDEI/EY=";
14
14
+
sha256 = "sha256-kohw95pvcBLviPgTDGWIbvZuz1cJmKh4eB0Bx4AEk1E=";
15
15
};
16
16
17
17
-
cargoSha256 = "sha256-Rkex+fnnacV+DCRpX3Zh9J3vGuG4QfFhFezHTs33peY=";
17
17
+
cargoSha256 = "sha256-m44hFYcyQ1yRf1O5OlomF7rEpkdnnX3FNhB8kUdriKg=";
18
18
19
19
meta = with lib; {
20
20
description = "Slice and dice logs on the command line";