mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +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 {
|
rustPlatform.buildRustPackage {
|
||||||
pname = "n2";
|
pname = "n2";
|
||||||
version = "unstable-2023-10-10";
|
version = "unstable-2025-03-14";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "evmar";
|
owner = "evmar";
|
||||||
repo = "n2";
|
repo = "n2";
|
||||||
rev = "90041c1f010d27464e3b18e38440ed9855ea62ef";
|
rev = "d67d508c389ac2e6961c6f84cd668f05ec7dc7b7";
|
||||||
hash = "sha256-svJPcriSrqloJlr7pIp/k84O712l4ZEPlSr58GPANXY=";
|
hash = "sha256-eWcN/iK/ToufABi4+hIyWetp2I94Vy4INHb4r6fw+TY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
cargoHash = "sha256-bVvtTsaLnsmfzv2wMFx81a2ef91pj8XGtXhj8X9WFlc=";
|
cargoHash = "sha256-LTgAaTQXW0XEbe+WS47pqSb+eU7FqjdTSO2++C3J5aM=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
homepage = "https://github.com/evmar/n2";
|
homepage = "https://github.com/evmar/n2";
|
||||||
description = "Ninja compatible build system";
|
description = "Ninja compatible build system";
|
||||||
mainProgram = "n2";
|
mainProgram = "n2";
|
||||||
license = licenses.asl20;
|
license = lib.licenses.asl20;
|
||||||
maintainers = with maintainers; [ fgaz ];
|
maintainers = with lib.maintainers; [ fgaz ];
|
||||||
platforms = platforms.all;
|
platforms = lib.platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue