tuist: 4.79.7 -> 4.81.1 (#448346)

This commit is contained in:
Yohann Boniface
2025-10-04 05:58:37 +00:00
committed by GitHub

View File

@@ -8,11 +8,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "tuist";
version = "4.79.7";
version = "4.81.1";
src = fetchurl {
url = "https://github.com/tuist/tuist/releases/download/${finalAttrs.version}/tuist.zip";
hash = "sha256-afZToryR7SXLlS/MKFuQFoBv2JQAaF4bHvEk5tO6xiw=";
hash = "sha256-mBgkYcV9p2m53CSHl2FuVLkyQFyPrckt9lgwGiVB3wA=";
};
dontUnpack = true;