hexpatch: fix updateScript typo

This commit is contained in:
zowoq
2025-01-21 17:53:00 +10:00
parent 8f7478bae6
commit 6247a81142
+1 -1
View File
@@ -37,7 +37,7 @@ rustPlatform.buildRustPackage rec {
doInstallCheck = true;
passthru = {
upateScript = nix-update-script { };
updateScript = nix-update-script { };
};
meta = {