Commit 2e64240e authored by R. RyanTM's avatar R. RyanTM Committed by aleksana
Browse files

nixf: 2.4.0 -> 2.5.0

parent 4fee2cde
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [
+0 −1
Original line number Diff line number Diff line
@@ -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 { };