iterm2: 3.4.20 → 3.4.21

This commit is contained in:
Nikolay Korotkiy 2023-10-07 01:47:05 +04:00
parent 558e80e961
commit 9d34693a95
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.20";
version = "3.4.21";
src = fetchzip {
url = "https://iterm2.com/downloads/stable/iTerm2-${lib.replaceStrings ["."] ["_"] version}.zip";
hash = "sha256-RXBv3RXd2Kq8k7rbOE3HPEf6vI64VZCo1IX03gDy7l0=";
hash = "sha256-hx2d08U4AeRCLtSV3QBcnRu1QS0RblLx/LUH6HHdQvw=";
};
dontFixup = true;