iterm2: 3.5.11 -> 3.5.14

(cherry picked from commit 1c3fc325e9)
This commit is contained in:
Anton Curanz
2025-06-06 16:52:28 +02:00
committed by Linnnus
parent df466d44c6
commit 4b8f663634

View File

@@ -15,13 +15,13 @@
stdenvNoCC.mkDerivation rec {
pname = "iterm2";
version = "3.5.11";
version = "3.5.14";
src = fetchzip {
url = "https://iterm2.com/downloads/stable/iTerm2-${
lib.replaceStrings [ "." ] [ "_" ] version
}.zip";
hash = "sha256-vcZL74U9RNjhpIQRUUn6WueYhE/LfLqpb/JgWunY5dI=";
hash = "sha256-cF7gg4kT0z/7Qu7d6AyXpnvrSQ937JbFUgpXw5F4AWE=";
};
dontFixup = true;