Unverified Commit d58cbd54 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

svlint: 0.9.4 -> 0.9.5 (#458433)

parents db8fbf0d 5c7bde8d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

rustPlatform.buildRustPackage rec {
  pname = "svlint";
  version = "0.9.4";
  version = "0.9.5";

  src = fetchCrate {
    inherit pname version;
    hash = "sha256-YtBI2AnwSyeirHAXRavRKayfAmgXyyCMNhfEbUMXPgk=";
    hash = "sha256-RjdhXp9Dm6ZrRfJKsjnzAFgXTIQB3DJmDMwwtQD4Uzw=";
  };

  cargoHash = "sha256-78v28MEW06AIMZa2lNmql3/3t6bI+HCW48vKzRTDjFQ=";
  cargoHash = "sha256-in8DObo5QENl1N36lI16DpEXepFU3Y0BYkJOXinmUjE=";

  cargoBuildFlags = [
    "--bin"