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

Merge pull request #268976 from r-ryantm/auto-update/svls

svls: 0.2.9 -> 0.2.10
parents 5ba62661 89382c50
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,16 +5,16 @@

rustPlatform.buildRustPackage rec {
  pname = "svls";
  version = "0.2.9";
  version = "0.2.10";

  src = fetchFromGitHub {
    owner = "dalance";
    repo = "svls";
    rev = "v${version}";
    sha256 = "sha256-u07HuWKtZUvK66Do9GFnFRQUwyxfNdtVvNZ+aLDmBrE=";
    sha256 = "sha256-ylTiyqFVdT95a5DP4YYtoAIGThA+TacAE8ft0mcuolI=";
  };

  cargoHash = "sha256-KpK4yfvYhxqVGq2JB2SRtIQ6MQQhjXEYSIzi0SZgvY4=";
  cargoHash = "sha256-+h2lxIbfHCGKCWX8ly9NXskMkeRGIpujkX3Zep1WhrE=";

  meta = with lib; {
    description = "SystemVerilog language server";