summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMatthew Leach <dev@mattleach.net>2021-07-25 06:53:08 +0100
committerGitHub <noreply@github.com>2021-07-25 01:53:08 -0400
commitb400b6f91d0cc62a29f79e3dd8494cf93a7412ca (patch)
tree46ff7905c6e583d6a3d90e531150999fdd94e081 /pkgs
parent07223557671fabad8808dd8e5f5147512ba7e51d (diff)
downloadnixpkgs-b400b6f91d0cc62a29f79e3dd8494cf93a7412ca.tar
nixpkgs-b400b6f91d0cc62a29f79e3dd8494cf93a7412ca.tar.gz
nixpkgs-b400b6f91d0cc62a29f79e3dd8494cf93a7412ca.tar.bz2
nixpkgs-b400b6f91d0cc62a29f79e3dd8494cf93a7412ca.tar.lz
nixpkgs-b400b6f91d0cc62a29f79e3dd8494cf93a7412ca.tar.xz
nixpkgs-b400b6f91d0cc62a29f79e3dd8494cf93a7412ca.tar.zst
nixpkgs-b400b6f91d0cc62a29f79e3dd8494cf93a7412ca.zip
iterm2: 3.3.9 -> 3.4.0 (#131314)
Fixes:  #131269
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/terminal-emulators/iterm2/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/terminal-emulators/iterm2/default.nix b/pkgs/applications/terminal-emulators/iterm2/default.nix
index ff5c7f8dae4..9f157a75f93 100644
--- a/pkgs/applications/terminal-emulators/iterm2/default.nix
+++ b/pkgs/applications/terminal-emulators/iterm2/default.nix
@@ -10,13 +10,13 @@
 
 stdenv.mkDerivation rec {
   pname = "iterm2";
-  version = "3.3.9";
+  version = "3.4.0";
 
   src = fetchFromGitHub {
     owner = "gnachman";
     repo = "iTerm2";
     rev = "v${version}";
-    sha256 = "06mq3gfjgy8jw2f3fzdsi3pbfkdijfzzlhlw6ixa5bfb4hbcgn5j";
+    sha256 = "09nhrmi25zxw3vp0wlib9kjr3p1j6am2zpwimdzqn0c80fq1lwvi";
   };
 
   patches = [ ./disable_updates.patch ];