iterm2: 3.5.4 -> 3.5.10
This commit is contained in:
parent
6d86d77aae
commit
99d697b87b
@ -11,11 +11,11 @@
|
||||
|
||||
stdenvNoCC.mkDerivation rec {
|
||||
pname = "iterm2";
|
||||
version = "3.5.4";
|
||||
version = "3.5.10";
|
||||
|
||||
src = fetchzip {
|
||||
url = "https://iterm2.com/downloads/stable/iTerm2-${lib.replaceStrings ["."] ["_"] version}.zip";
|
||||
hash = "sha256-Sxj8OnaXh+UdAAf2hoHBQ8TuczYykhV37XvalNpwq7U=";
|
||||
hash = "sha256-tvHAuHitB5Du8hqaBXmWzplrmaLF6QxV8SNsRyfCUfM=";
|
||||
};
|
||||
|
||||
dontFixup = true;
|
||||
|
Loading…
Reference in New Issue
Block a user