Commit 7742cfd0 authored by Francesco Gazzetta's avatar Francesco Gazzetta
Browse files

n2: unstable-2023-10-10 -> unstable-2025-03-14

parent f9157284
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -6,24 +6,24 @@

rustPlatform.buildRustPackage {
  pname = "n2";
  version = "unstable-2023-10-10";
  version = "unstable-2025-03-14";

  src = fetchFromGitHub {
    owner = "evmar";
    repo = "n2";
    rev = "90041c1f010d27464e3b18e38440ed9855ea62ef";
    hash = "sha256-svJPcriSrqloJlr7pIp/k84O712l4ZEPlSr58GPANXY=";
    rev = "d67d508c389ac2e6961c6f84cd668f05ec7dc7b7";
    hash = "sha256-eWcN/iK/ToufABi4+hIyWetp2I94Vy4INHb4r6fw+TY=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-bVvtTsaLnsmfzv2wMFx81a2ef91pj8XGtXhj8X9WFlc=";
  cargoHash = "sha256-LTgAaTQXW0XEbe+WS47pqSb+eU7FqjdTSO2++C3J5aM=";

  meta = with lib; {
  meta = {
    homepage = "https://github.com/evmar/n2";
    description = "Ninja compatible build system";
    mainProgram = "n2";
    license = licenses.asl20;
    maintainers = with maintainers; [ fgaz ];
    platforms = platforms.all;
    license = lib.licenses.asl20;
    maintainers = with lib.maintainers; [ fgaz ];
    platforms = lib.platforms.all;
  };
}