Unverified Commit a02ebe19 authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

lintspec: 0.3.0 -> 0.4.0 (#389648)

parents dca6d363 a9c05276
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,17 +6,17 @@

rustPlatform.buildRustPackage rec {
  pname = "lintspec";
  version = "0.3.0";
  version = "0.4.0";

  src = fetchFromGitHub {
    owner = "beeb";
    repo = "lintspec";
    tag = "v${version}";
    hash = "sha256-88NPB9aikjHFCqmZpwvPtYECeWv/TYAY9S+YqP5xzNA=";
    hash = "sha256-QLD2eGuMiNh4qlzGPJOS2VbwpNCQ8+l3qKj2hDNe1oA=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-2G/ycPcyJX1uImqvI+Us5i5GmemuSNW3pQ+dVNk11lg=";
  cargoHash = "sha256-EECQpihj+N8TmbSLtheyRo/ZtuTvyLT32D0mVPRR2FI=";

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