iterm2: 3.5.4 -> 3.5.10

This commit is contained in:
rwxg 2024-11-20 22:54:38 +01:00
parent 6d86d77aae
commit 99d697b87b

View File

@ -11,11 +11,11 @@
stdenvNoCC.mkDerivation rec {
pname = "iterm2";
version = "3.5.4";
version = "3.5.10";
src = fetchzip {
url = "https://iterm2.com/downloads/stable/iTerm2-${lib.replaceStrings ["."] ["_"] version}.zip";
hash = "sha256-Sxj8OnaXh+UdAAf2hoHBQ8TuczYykhV37XvalNpwq7U=";
hash = "sha256-tvHAuHitB5Du8hqaBXmWzplrmaLF6QxV8SNsRyfCUfM=";
};
dontFixup = true;