nixpkgs-vet: 0.3.0 -> 0.3.2
Changelog: https://github.com/NixOS/nixpkgs-vet/blob/57a5859609fdbcdb91bd9e2e07c9532f6221a54d/CHANGELOG.md
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user