1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

iterm2: 3.4.23 → 3.5.2

(cherry picked from commit cc6c8bd02a)
This commit is contained in:
Nikolay Korotkiy 2024-05-22 19:18:48 +04:00 committed by github-actions[bot]
parent 3dadcbe609
commit ed68596c58

View file

@ -11,11 +11,11 @@
stdenvNoCC.mkDerivation rec {
pname = "iterm2";
version = "3.4.23";
version = "3.5.2";
src = fetchzip {
url = "https://iterm2.com/downloads/stable/iTerm2-${lib.replaceStrings ["."] ["_"] version}.zip";
hash = "sha256-hQV/jGT/3JOvHBICyCeNnuSYMeeF7lfErN55f+Frg2w=";
hash = "sha256-WiRRxklI3A/3MtJY63jAkUVe8qa5jfRACzUESfwAmmw=";
};
dontFixup = true;