mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-01-22 03:07:31 -06:00
update nimlangserver
This commit is contained in:
parent
079457282d
commit
ca38052fe2
1 changed files with 2 additions and 3 deletions
|
@ -1,12 +1,11 @@
|
|||
{ fetchFromGitHub, buildNimPackage }:
|
||||
buildNimPackage (finalAttrs: {
|
||||
pname = "nimlangserver";
|
||||
version = "1.6.0-unstable";
|
||||
version = "1.8.0";
|
||||
src = fetchFromGitHub {
|
||||
owner = "nim-lang";
|
||||
repo = "langserver";
|
||||
rev = "5adc15be0f785f0caa3b7fc444e54eeb5596602a";
|
||||
# rev = "v${finalAttrs.version}";
|
||||
rev = "v${finalAttrs.version}";
|
||||
hash = "sha256-JyBjHAP/sxQfQ1XvyeZyHsu0Er5D7ePDGyJK7Do5kyk=";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue