Skip to content

Commit ae91fa1

Browse files
nimlangserver: 1.10.2 -> 1.12.0 (#405933)
Co-authored-by: daylinmorgan <[email protected]>
2 parents d2cce43 + e3a1363 commit ae91fa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ni/nimlangserver/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
buildNimPackage (
77
final: prev: rec {
88
pname = "nimlangserver";
9-
version = "1.10.2";
9+
version = "1.12.0";
1010

1111
# nix build ".#nimlangserver.src"
1212
# nix run "github:daylinmorgan/nnl" -- result/nimble.lock -o:pkgs/by-name/ni/nimlangserver/lock.json --git,=,bearssl,zlib
@@ -16,7 +16,7 @@ buildNimPackage (
1616
owner = "nim-lang";
1717
repo = "langserver";
1818
rev = "v${version}";
19-
hash = "sha256-CbdlDcEkX/pPXEbIsSM6S9INeBCwgjx7NxonjUJAHrk=";
19+
hash = "sha256-yf3oiKwsJoQxRPhbEBMJN+TR7j58t6ggjq51DJ3ypGQ=";
2020
};
2121

2222
doCheck = false;

0 commit comments

Comments
 (0)