lintspec: 0.6.2 -> 0.7.0 (#438215)

authored by nixpkgs-merge-bot[bot] and committed by GitHub 1989de3c 70c75d71

+3 -3
+3 -3
pkgs/by-name/li/lintspec/package.nix
··· 6 7 rustPlatform.buildRustPackage rec { 8 pname = "lintspec"; 9 - version = "0.6.2"; 10 11 src = fetchFromGitHub { 12 owner = "beeb"; 13 repo = "lintspec"; 14 tag = "v${version}"; 15 - hash = "sha256-bJqHxmuje1B2aOqMf+n+quOhnSXTr5lsqhjmHbLnepk="; 16 }; 17 18 - cargoHash = "sha256-UbhZluZhRaeC/x+qpVYb/p5lWjZB3HhCRvw9fSrR+ss="; 19 20 meta = { 21 description = "Blazingly fast linter for NatSpec comments in Solidity code";
··· 6 7 rustPlatform.buildRustPackage rec { 8 pname = "lintspec"; 9 + version = "0.7.0"; 10 11 src = fetchFromGitHub { 12 owner = "beeb"; 13 repo = "lintspec"; 14 tag = "v${version}"; 15 + hash = "sha256-XpwKQM6CqdRZZKdrCl6B3XlFMwKMfxBRjqfcjb9IMqQ="; 16 }; 17 18 + cargoHash = "sha256-8L+C3bBvKPMuEOKz6v0aKFmXgA3Z8/Sw0ugElN0mfEk="; 19 20 meta = { 21 description = "Blazingly fast linter for NatSpec comments in Solidity code";