lintspec: 0.3.0 -> 0.4.0 (#389648)

authored by h7x4 and committed by GitHub a02ebe19 dca6d363

+3 -3
+3 -3
pkgs/by-name/li/lintspec/package.nix
··· 6 6 7 7 rustPlatform.buildRustPackage rec { 8 8 pname = "lintspec"; 9 - version = "0.3.0"; 9 + version = "0.4.0"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "beeb"; 13 13 repo = "lintspec"; 14 14 tag = "v${version}"; 15 - hash = "sha256-88NPB9aikjHFCqmZpwvPtYECeWv/TYAY9S+YqP5xzNA="; 15 + hash = "sha256-QLD2eGuMiNh4qlzGPJOS2VbwpNCQ8+l3qKj2hDNe1oA="; 16 16 }; 17 17 18 18 useFetchCargoVendor = true; 19 - cargoHash = "sha256-2G/ycPcyJX1uImqvI+Us5i5GmemuSNW3pQ+dVNk11lg="; 19 + cargoHash = "sha256-EECQpihj+N8TmbSLtheyRo/ZtuTvyLT32D0mVPRR2FI="; 20 20 21 21 meta = { 22 22 description = "Blazingly fast linter for NatSpec comments in Solidity code";