Merge pull request #248570 from sikmir/iterm2

iterm2: 3.4.19 → 3.4.20
This commit is contained in:
Nick Cao 2023-08-13 00:28:47 -06:00 committed by GitHub
commit cd886dcd9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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