python3Packages.sigstore: add passthru.updateScript

This commit is contained in:
wxt
2024-11-14 15:51:29 +08:00
parent 6f9e2e2947
commit 1294537cb9
@@ -15,6 +15,7 @@
pythonOlder,
requests,
rich,
nix-update-script,
securesystemslib,
sigstore-protobuf-specs,
sigstore-rekor-types,
@@ -77,12 +78,14 @@ buildPythonPackage rec {
"test_verifier"
];
meta = with lib; {
passthru.updateScript = nix-update-script { };
meta = {
description = "Codesigning tool for Python packages";
homepage = "https://github.com/sigstore/sigstore-python";
changelog = "https://github.com/sigstore/sigstore-python/blob/${version}/CHANGELOG.md";
license = licenses.asl20;
maintainers = [ ];
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ bot-wxt1221 ];
mainProgram = "sigstore";
};
}