Michael Daniels
2026-06-07 19:21:22 -04:00
parent bd0787381f
commit d996450a98
+5 -4
View File
@@ -6,16 +6,16 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "nixpkgs-vet";
version = "0.3.0";
version = "0.3.2";
src = fetchFromGitHub {
owner = "NixOS";
repo = "nixpkgs-vet";
tag = finalAttrs.version;
hash = "sha256-Rk1p6qAqAtl5bwg9dNZ0yc4m1yOOxybWvTwfuNcOkFQ=";
tag = "v${finalAttrs.version}";
hash = "sha256-GJhN77zLtV2fUEL5wxjcybtDqUa6ODg39d3UxuOrapo=";
};
cargoHash = "sha256-GaQ2ldsGabsDMx1bHuZwnSvtPp1LgPkj2C07cnEBdDY=";
cargoHash = "sha256-zTh18jec0trJP4q3rYheHZz01lbkhpDaotuPbvgzMpo=";
doCheck = false;
@@ -23,6 +23,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
meta = {
description = "Tool to vet (check) Nixpkgs, including its pkgs/by-name directory";
changelog = "https://github.com/NixOS/nixpkgs-vet/blob/${finalAttrs.src.rev}/CHANGELOG.md";
homepage = "https://github.com/NixOS/nixpkgs-vet";
license = lib.licenses.mit;
mainProgram = "nixpkgs-vet";