Commit 22081ba4 authored by Sam Estep's avatar Sam Estep
Browse files

iterm2: 3.6.6 -> 3.6.10

parent b86751bc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,13 +15,13 @@

stdenvNoCC.mkDerivation rec {
  pname = "iterm2";
  version = "3.6.6";
  version = "3.6.10";

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

  dontFixup = true;