nixf: 2.4.0 -> 2.5.0 (#355102)

This commit is contained in:
Aleksana 2024-11-12 22:31:57 +08:00 committed by GitHub
commit 40d5f22cd7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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

@ -7930,7 +7930,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 { };