Skip to content

Commit 7e6ce24

Browse files
authored
iterm2: 3.5.4 -> 3.5.10 (#357721)
2 parents 700701e + 99d697b commit 7e6ce24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/it/iterm2/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111

1212
stdenvNoCC.mkDerivation rec {
1313
pname = "iterm2";
14-
version = "3.5.4";
14+
version = "3.5.10";
1515

1616
src = fetchzip {
1717
url = "https://iterm2.com/downloads/stable/iTerm2-${lib.replaceStrings ["."] ["_"] version}.zip";
18-
hash = "sha256-Sxj8OnaXh+UdAAf2hoHBQ8TuczYykhV37XvalNpwq7U=";
18+
hash = "sha256-tvHAuHitB5Du8hqaBXmWzplrmaLF6QxV8SNsRyfCUfM=";
1919
};
2020

2121
dontFixup = true;

0 commit comments

Comments
 (0)