tuist: 4.79.7 -> 4.81.1

Changelog: https://github.com/tuist/tuist/blob/4.81.1/cli/CHANGELOG.md
This commit is contained in:
Hleb Shauchenka
2025-10-03 23:39:46 +02:00
parent 7d1239738c
commit 5977f1202e
+2 -2
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;