Skip to content

Commit bf19dfb

Browse files
authored
nixf: 2.6.1 -> 2.6.2 (NixOS#391769)
2 parents 883821e + 9f9b5c7 commit bf19dfb

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.6.1";
24+
version = "2.6.2";
2525

2626
src = fetchFromGitHub {
2727
owner = "nix-community";
2828
repo = "nixd";
2929
tag = version;
30-
hash = "sha256-HbHqog4Ct8qWJegAHcEcIVNbSyzrmrFspdOk+SVUaHI=";
30+
hash = "sha256-kxCUBgdIulW68H0ATOXsWp5977HFIF7wTw3qYYfgCAQ=";
3131
};
3232

3333
nativeBuildInputs = [

0 commit comments

Comments
 (0)