lol

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

svls: 0.1.25 -> 0.1.27

authored by

Ryan Mulligan and committed by
GitHub
36991a8f fee2e23c

+3 -3
+3 -3
pkgs/development/tools/misc/svls/default.nix
··· 5 5 6 6 rustPlatform.buildRustPackage rec { 7 7 pname = "svls"; 8 - version = "0.1.25"; 8 + version = "0.1.27"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "dalance"; 12 12 repo = "svls"; 13 13 rev = "v${version}"; 14 - sha256 = "sha256-+o15rElJZXQu2Hq1/79ms9wqYimINrViSdQltSJlGN8="; 14 + sha256 = "sha256-+/4D0pRZs1Gy6DJnsDZA8wWi1FKhr7gRS0oq1TyWpuE="; 15 15 }; 16 16 17 - cargoSha256 = "sha256-zLDUQcnvjyr+QJLVq6ADGPee0Fd7HeDhPAkb05hYLcE="; 17 + cargoSha256 = "sha256-o6/L/4QcIei4X1pHYjV72hcEmTMp+pvJkwbb+niqWP8="; 18 18 19 19 meta = with lib; { 20 20 description = "SystemVerilog language server";