mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
n2: unstable-2023-10-10 -> unstable-2025-03-14
This commit is contained in:
parent
f915728485
commit
7742cfd063
1 changed files with 8 additions and 8 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue