ron-lsp: 0.1.1 -> 0.1.3

This commit is contained in:
R. Ryantm
2026-03-03 21:56:53 +00:00
parent af6cd22050
commit ea77643a0b
+3 -3
View File
@@ -7,16 +7,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "ron-lsp";
version = "0.1.1";
version = "0.1.3";
src = fetchFromGitHub {
owner = "jasonjmcghee";
repo = "ron-lsp";
tag = "v${finalAttrs.version}";
hash = "sha256-c+cJrXINuoK+NR1rMSrOeZqZzrEcg/brSTKSTu5mNr4=";
hash = "sha256-+fMV2J6S6+vRmdSsS6TtrCGxxOw+dgL4dEJWsJpB5bY=";
};
cargoHash = "sha256-eEoxgnfc9s59b0SNozEIj/1wHv+OWDmd4bniBbGsgSQ=";
cargoHash = "sha256-vJ0+M0Mg2ONfGcKqGs2hffMAdcgawra1cHWPeaqpo1w=";
passthru.updateScript = nix-update-script { };