summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorAkira Komamura <akira.komamura@gmail.com>2019-07-28 17:25:21 +0900
committerGitHub <noreply@github.com>2019-07-28 17:25:21 +0900
commit93877c52f6c68b79dc61e6d56d3e390194c674c4 (patch)
tree247601c915b339d4202051deb90b1f5b21941d05 /pkgs/applications
parent15564fbb4d9e349f75edc1d4791bd7b5f4865973 (diff)
downloadnixpkgs-93877c52f6c68b79dc61e6d56d3e390194c674c4.tar
nixpkgs-93877c52f6c68b79dc61e6d56d3e390194c674c4.tar.gz
nixpkgs-93877c52f6c68b79dc61e6d56d3e390194c674c4.tar.bz2
nixpkgs-93877c52f6c68b79dc61e6d56d3e390194c674c4.tar.lz
nixpkgs-93877c52f6c68b79dc61e6d56d3e390194c674c4.tar.xz
nixpkgs-93877c52f6c68b79dc61e6d56d3e390194c674c4.tar.zst
nixpkgs-93877c52f6c68b79dc61e6d56d3e390194c674c4.zip
emacs-libvterm: 2019-04-28 -> 2019-07-22
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/editors/emacs-modes/emacs-libvterm/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/editors/emacs-modes/emacs-libvterm/default.nix b/pkgs/applications/editors/emacs-modes/emacs-libvterm/default.nix
index 8b3a0476e48..ba54b9404a0 100644
--- a/pkgs/applications/editors/emacs-modes/emacs-libvterm/default.nix
+++ b/pkgs/applications/editors/emacs-modes/emacs-libvterm/default.nix
@@ -32,13 +32,13 @@ let
 
 in stdenv.mkDerivation rec {
   name = "emacs-libvterm-${version}";
-  version = "unstable-2019-04-28";
+  version = "unstable-2019-07-22";
 
   src = fetchFromGitHub {
     owner = "akermu";
     repo = "emacs-libvterm";
-    rev = "6adcedf3e4aaadeeaff97437044fba17aeb466d4";
-    sha256 = "1j6qr5bmajig3idhwsaa3zm72w13q9zn77z2dlrhhx3p4bbds3f8";
+    rev = "301fe9fdfd5fb2496c8428a11e0812fd8a4c0820";
+    sha256 = "0i1hn5gcxayqcbjrnpgczvbicq2vsyn59646ary3crs0mz9wlbpr";
   };
 
   nativeBuildInputs = [ cmake ];