Skip to content

Commit 09cb41d

Browse files
committed
lintspec: 0.2.0 -> 0.3.0
1 parent 4ca1a5c commit 09cb41d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/li/lintspec/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66

77
rustPlatform.buildRustPackage rec {
88
pname = "lintspec";
9-
version = "0.2.0";
9+
version = "0.3.0";
1010

1111
src = fetchFromGitHub {
1212
owner = "beeb";
1313
repo = "lintspec";
1414
tag = "v${version}";
15-
hash = "sha256-qxr3gRJx7n11KJ09lMDUhvgMXh79DNeG7NYNFe1qYRY=";
15+
hash = "sha256-88NPB9aikjHFCqmZpwvPtYECeWv/TYAY9S+YqP5xzNA=";
1616
};
1717

1818
useFetchCargoVendor = true;
19-
cargoHash = "sha256-qn7Z99wEGiR79vDj6Zpr+TLw6FTgL/ka9YIei66cOds=";
19+
cargoHash = "sha256-2G/ycPcyJX1uImqvI+Us5i5GmemuSNW3pQ+dVNk11lg=";
2020

2121
meta = {
2222
description = "Blazingly fast linter for NatSpec comments in Solidity code";

0 commit comments

Comments
 (0)