zsign: Add update script

This commit is contained in:
Pascal Jungblut
2026-03-16 22:47:46 +01:00
parent 437539d855
commit 6abb725c76
+3
View File
@@ -5,6 +5,7 @@
openssl,
pkg-config,
minizip,
nix-update-script,
zlib,
versionCheckHook,
}:
@@ -50,6 +51,8 @@ stdenv.mkDerivation (finalAttrs: {
doInstallCheck = true;
nativeInstallCheckInputs = [ versionCheckHook ];
passthru.updateScript = nix-update-script { };
meta = {
description = "Cross-platform codesign alternative for iOS 12+";
homepage = "https://github.com/zhlynn/zsign";