We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d86d77 commit 99d697bCopy full SHA for 99d697b
pkgs/by-name/it/iterm2/package.nix
@@ -11,11 +11,11 @@
11
12
stdenvNoCC.mkDerivation rec {
13
pname = "iterm2";
14
- version = "3.5.4";
+ version = "3.5.10";
15
16
src = fetchzip {
17
url = "https://iterm2.com/downloads/stable/iTerm2-${lib.replaceStrings ["."] ["_"] version}.zip";
18
- hash = "sha256-Sxj8OnaXh+UdAAf2hoHBQ8TuczYykhV37XvalNpwq7U=";
+ hash = "sha256-tvHAuHitB5Du8hqaBXmWzplrmaLF6QxV8SNsRyfCUfM=";
19
};
20
21
dontFixup = true;
0 commit comments