Unverified Commit 6f9b7b68 authored by oxalica's avatar oxalica
Browse files
parent 3a90e2d5
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;