iterm2: 3.4.15 -> 3.4.17
https://iterm2.com/downloads/stable/iTerm2-3_4_16.changelog https://iterm2.com/downloads/stable/iTerm2-3_4_17.changelog
This commit is contained in:
parent
be7eb483b8
commit
da3c876cdd
@ -11,11 +11,11 @@
|
|||||||
|
|
||||||
stdenvNoCC.mkDerivation rec {
|
stdenvNoCC.mkDerivation rec {
|
||||||
pname = "iterm2";
|
pname = "iterm2";
|
||||||
version = "3.4.15";
|
version = "3.4.17";
|
||||||
|
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url = "https://iterm2.com/downloads/stable/iTerm2-${lib.replaceStrings ["."] ["_"] version}.zip";
|
url = "https://iterm2.com/downloads/stable/iTerm2-${lib.replaceStrings ["."] ["_"] version}.zip";
|
||||||
sha256 = "sha256-ZE/uYBKB2popdIdZWA8AvyJiwMzt32u6u/H/AyNcoVo=";
|
sha256 = "sha256-t7DWK1KqHChKR+ru0wYvdDOuJDBQBaOgyol1lMjMeTU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
dontFixup = true;
|
dontFixup = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user