iterm2: 3.4.17 -> 3.4.18
Fixes CVE-2022-45872. Changelog: ``` - Change DECRQSS response to patch a security hole. - Fix crash when dragging a tab out of a window. - Improve crash reporting to include Objective-C exceptions, which Apple broke. ```
This commit is contained in:
parent
c2c6c25981
commit
a9b1810350
@ -11,11 +11,11 @@
|
||||
|
||||
stdenvNoCC.mkDerivation rec {
|
||||
pname = "iterm2";
|
||||
version = "3.4.17";
|
||||
version = "3.4.18";
|
||||
|
||||
src = fetchzip {
|
||||
url = "https://iterm2.com/downloads/stable/iTerm2-${lib.replaceStrings ["."] ["_"] version}.zip";
|
||||
sha256 = "sha256-t7DWK1KqHChKR+ru0wYvdDOuJDBQBaOgyol1lMjMeTU=";
|
||||
sha256 = "sha256-jXaymp0GIM+UD51z1zsgz8OBHP1LiqKFGvrzutw8ecY=";
|
||||
};
|
||||
|
||||
dontFixup = true;
|
||||
|
Loading…
Reference in New Issue
Block a user