mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-19 23:21:27 +00:00
tuist: 4.144.0 -> 4.202.1
This commit is contained in:
@@ -8,11 +8,11 @@
|
||||
|
||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
pname = "tuist";
|
||||
version = "4.144.0";
|
||||
version = "4.202.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/tuist/tuist/releases/download/${finalAttrs.version}/tuist.zip";
|
||||
hash = "sha256-t6nqGnrIwZQFfji7r1I2MvV0e8MFtUTlpOmOi8i8aYM=";
|
||||
hash = "sha256-J/xlwRRW3zLr03jA6Xpa5frlRQGHa/nmzzlj35/30tw=";
|
||||
};
|
||||
|
||||
dontUnpack = true;
|
||||
|
||||
Reference in New Issue
Block a user