Unverified Commit 927e66f3 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

tuist: 4.38.2 -> 4.53.4 (#417403)

parents 66f4e33f f0fe14e6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,11 +8,11 @@

stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "tuist";
  version = "4.38.2";
  version = "4.53.4";

  src = fetchurl {
    url = "https://github.com/tuist/tuist/releases/download/${finalAttrs.version}/tuist.zip";
    hash = "sha256-FK9F0Y3p04NOoy1Mnlcvimm/LGA5Y+lQ9P679SNNOzA=";
    hash = "sha256-4YQY94/uWh/H4cCzhdQ3KxIh19D8mmUCCDKMF8ZwA4E=";
  };

  dontUnpack = true;