An unofficial flake for an official Kotlin LSP server

fix: added correct hashes for targets other than x86_linux

bpavuk.neocities.org c38bb27e 310fecce

verified
Changed files
+3 -3
+3 -3
flake.nix
··· 19 19 }; 20 20 "aarch64-linux" = { 21 21 url = "https://download-cdn.jetbrains.com/kotlin-lsp/261.13587.0/kotlin-lsp-261.13587.0-linux-aarch64.zip"; 22 - hash = "sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA="; 22 + hash = "sha256-MhHEYHBctaDH9JVkN/guDCG1if9Bip1aP3n+JkvHCvA="; 23 23 }; 24 24 "x86_64-darwin" = { 25 25 url = "https://download-cdn.jetbrains.com/kotlin-lsp/261.13587.0/kotlin-lsp-261.13587.0-mac-x64.zip"; 26 - hash = "sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA="; 26 + hash = "sha256-zMuUcahT1IiCT1NTrMCIzUNM0U6U3zaBkJtbGrzF7I8="; 27 27 }; 28 28 "aarch64-darwin" = { 29 29 url = "https://download-cdn.jetbrains.com/kotlin-lsp/261.13587.0/kotlin-lsp-261.13587.0-mac-aarch64.zip"; 30 - hash = "sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA="; 30 + hash = "sha256-zwlzVt3KYN0OXKr6sI9XSijXSbTImomSTGRGa+3zCK8="; 31 31 }; 32 32 }; 33 33