Unverified Commit bb3ce701 authored by Donovan Glover's avatar Donovan Glover Committed by GitHub
Browse files

Merge pull request #332724 from oxalica/pkg/nil

nil: 2023-08-09 -> 2024-08-06 and migrate to by-name
parents d1cde1b9 23faf66c
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -2,19 +2,19 @@

rustPlatform.buildRustPackage rec {
  pname = "nil";
  version = "2023-08-09";
  version = "2024-08-06";

  src = fetchFromGitHub {
    owner = "oxalica";
    repo = pname;
    rev = version;
    hash = "sha256-fZ8KfBMcIFO/R7xaWtB85SFeuUjb9SCH8fxYBnY8068=";
    hash = "sha256-DqsN/VkYVr4M0PVRQKXPPOTaind5miYZURIYqM4MxYM=";
  };

  cargoHash = "sha256-lyKPmzuZB9rCBI9JxhxlyDtNHLia8FXGnSgV+D/dwgo=";
  cargoHash = "sha256-E4wmVunaX5SeBlXaLEpzMZ+IY0YVeJ1NORPo9msHr6M=";

  nativeBuildInputs = [
    (lib.getBin nixVersions.nix_2_23)
    (lib.getBin nixVersions.latest)
  ];

  env.CFG_RELEASE = version;
+0 −2
Original line number Diff line number Diff line
@@ -17411,8 +17411,6 @@ with pkgs;
  neocmakelsp = callPackage ../development/tools/language-servers/neocmakelsp { };
  nil = callPackage ../development/tools/language-servers/nil { };
  inherit (callPackages ../development/tools/language-servers/nixd {
    llvmPackages = llvmPackages_16;
    nix = nixVersions.nix_2_19;