iterm2: 3.5.11 -> 3.5.14

authored by Anton Curanz and committed by GitHub 1c3fc325 d6fea41b

+2 -2
+2 -2
pkgs/by-name/it/iterm2/package.nix
··· 15 15 16 16 stdenvNoCC.mkDerivation rec { 17 17 pname = "iterm2"; 18 - version = "3.5.11"; 18 + version = "3.5.14"; 19 19 20 20 src = fetchzip { 21 21 url = "https://iterm2.com/downloads/stable/iTerm2-${ 22 22 lib.replaceStrings [ "." ] [ "_" ] version 23 23 }.zip"; 24 - hash = "sha256-vcZL74U9RNjhpIQRUUn6WueYhE/LfLqpb/JgWunY5dI="; 24 + hash = "sha256-cF7gg4kT0z/7Qu7d6AyXpnvrSQ937JbFUgpXw5F4AWE="; 25 25 }; 26 26 27 27 dontFixup = true;