iterm2: 3.4.18 → 3.4.19

This commit is contained in:
Nikolay Korotkiy 2023-01-17 22:38:44 +03:00
parent e5c46497e1
commit f1bb94710d
No known key found for this signature in database
GPG Key ID: D1DE6D7F693663A5

View File

@ -11,11 +11,11 @@
stdenvNoCC.mkDerivation rec {
pname = "iterm2";
version = "3.4.18";
version = "3.4.19";
src = fetchzip {
url = "https://iterm2.com/downloads/stable/iTerm2-${lib.replaceStrings ["."] ["_"] version}.zip";
sha256 = "sha256-jXaymp0GIM+UD51z1zsgz8OBHP1LiqKFGvrzutw8ecY=";
hash = "sha256-UioKFhlwVdrkHtoS1ixXE2rykVO5aQeNQ8TnC5kNSUc=";
};
dontFixup = true;