nixf: 2.4.0 -> 2.5.0

This commit is contained in:
R. Ryantm 2024-11-11 00:44:29 +00:00 committed by aleksana
parent 4fee2cde56
commit 2e64240e30
2 changed files with 2 additions and 3 deletions

View File

@ -21,13 +21,13 @@
let
common = rec {
version = "2.4.0";
version = "2.5.0";
src = fetchFromGitHub {
owner = "nix-community";
repo = "nixd";
rev = version;
hash = "sha256-8F97zAu+icDC9ZYS7m+Y58oZQ7R3gVuXMvzAfgkVmJo=";
hash = "sha256-dFPjQcY3jtHIsdR0X1s0qbHtBFroRhHoy/NldEFxlZ0=";
};
nativeBuildInputs = [

View File

@ -7936,7 +7936,6 @@ with pkgs;
inherit (callPackages ../development/tools/language-servers/nixd {
llvmPackages = llvmPackages_16;
nix = nixVersions.nix_2_19;
}) nixf nixt nixd;
ansible-later = callPackage ../tools/admin/ansible/later.nix { };