We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2569d93 + 09cb41d commit 2a36a34Copy full SHA for 2a36a34
pkgs/by-name/li/lintspec/package.nix
@@ -6,17 +6,17 @@
6
7
rustPlatform.buildRustPackage rec {
8
pname = "lintspec";
9
- version = "0.2.0";
+ version = "0.3.0";
10
11
src = fetchFromGitHub {
12
owner = "beeb";
13
repo = "lintspec";
14
tag = "v${version}";
15
- hash = "sha256-qxr3gRJx7n11KJ09lMDUhvgMXh79DNeG7NYNFe1qYRY=";
+ hash = "sha256-88NPB9aikjHFCqmZpwvPtYECeWv/TYAY9S+YqP5xzNA=";
16
};
17
18
useFetchCargoVendor = true;
19
- cargoHash = "sha256-qn7Z99wEGiR79vDj6Zpr+TLw6FTgL/ka9YIei66cOds=";
+ cargoHash = "sha256-2G/ycPcyJX1uImqvI+Us5i5GmemuSNW3pQ+dVNk11lg=";
20
21
meta = {
22
description = "Blazingly fast linter for NatSpec comments in Solidity code";
0 commit comments