Skip to content

Commit 4345792

Browse files
authored
nixd: 2.5.0 -> 2.5.1 (#356672)
2 parents 5dbbc8b + 02e139b commit 4345792

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/tools/language-servers/nixd

1 file changed

+2
-2
lines changed

pkgs/development/tools/language-servers/nixd/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121

2222
let
2323
common = rec {
24-
version = "2.5.0";
24+
version = "2.5.1";
2525

2626
src = fetchFromGitHub {
2727
owner = "nix-community";
2828
repo = "nixd";
2929
rev = version;
30-
hash = "sha256-dFPjQcY3jtHIsdR0X1s0qbHtBFroRhHoy/NldEFxlZ0=";
30+
hash = "sha256-5+ul4PxMgPkmGLB8CYpJcIcRDY/pJgByvjIHDA1Gs5A=";
3131
};
3232

3333
nativeBuildInputs = [

0 commit comments

Comments
 (0)