tuist: 4.53.4 -> 4.79.7 (#439146)

authored by pyrox.dev and committed by GitHub 3c9c17cf 52f1760d

+4 -6
+4 -6
pkgs/by-name/tu/tuist/package.nix
··· 8 8 9 9 stdenvNoCC.mkDerivation (finalAttrs: { 10 10 pname = "tuist"; 11 - version = "4.53.4"; 11 + version = "4.79.7"; 12 12 13 13 src = fetchurl { 14 14 url = "https://github.com/tuist/tuist/releases/download/${finalAttrs.version}/tuist.zip"; 15 - hash = "sha256-4YQY94/uWh/H4cCzhdQ3KxIh19D8mmUCCDKMF8ZwA4E="; 15 + hash = "sha256-afZToryR7SXLlS/MKFuQFoBv2JQAaF4bHvEk5tO6xiw="; 16 16 }; 17 17 18 18 dontUnpack = true; ··· 35 35 runHook postInstall 36 36 ''; 37 37 38 - passthru = { 39 - updateScript = nix-update-script { }; 40 - }; 38 + passthru.updateScript = nix-update-script { extraArgs = [ "--version-regex=^([0-9.]+)$" ]; }; 41 39 42 40 meta = { 43 41 description = "Command line tool that helps you generate, maintain and interact with Xcode projects"; 44 42 homepage = "https://tuist.dev"; 45 - changelog = "https://github.com/tuist/tuist/blob/${finalAttrs.version}/CHANGELOG.md"; 43 + changelog = "https://github.com/tuist/tuist/blob/${finalAttrs.version}/cli/CHANGELOG.md"; 46 44 license = lib.licenses.mit; 47 45 sourceProvenance = [ lib.sourceTypes.binaryNativeCode ]; 48 46 maintainers = [ lib.maintainers.DimitarNestorov ];