Unverified Commit 9d34693a authored by Nikolay Korotkiy's avatar Nikolay Korotkiy
Browse files

iterm2: 3.4.20 → 3.4.21

parent 558e80e9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,11 +11,11 @@

stdenvNoCC.mkDerivation rec {
  pname = "iterm2";
  version = "3.4.20";
  version = "3.4.21";

  src = fetchzip {
    url = "https://iterm2.com/downloads/stable/iTerm2-${lib.replaceStrings ["."] ["_"] version}.zip";
    hash = "sha256-RXBv3RXd2Kq8k7rbOE3HPEf6vI64VZCo1IX03gDy7l0=";
    hash = "sha256-hx2d08U4AeRCLtSV3QBcnRu1QS0RblLx/LUH6HHdQvw=";
  };

  dontFixup = true;