about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorCharles Strahan <charles.c.strahan@gmail.com>2015-08-04 17:42:08 -0500
committerCharles Strahan <charles.c.strahan@gmail.com>2015-08-04 17:42:08 -0500
commit6f08fdd26ae362a84487baffed0d48fbd56282e1 (patch)
treededbdf39e3f519e71ed682cca4288fc2cc3d0984 /pkgs/applications/editors
parent04f1b451d71cf16fd911e645afdaa381bbd861f0 (diff)
downloadnixlib-6f08fdd26ae362a84487baffed0d48fbd56282e1.tar
nixlib-6f08fdd26ae362a84487baffed0d48fbd56282e1.tar.gz
nixlib-6f08fdd26ae362a84487baffed0d48fbd56282e1.tar.bz2
nixlib-6f08fdd26ae362a84487baffed0d48fbd56282e1.tar.lz
nixlib-6f08fdd26ae362a84487baffed0d48fbd56282e1.tar.xz
nixlib-6f08fdd26ae362a84487baffed0d48fbd56282e1.tar.zst
nixlib-6f08fdd26ae362a84487baffed0d48fbd56282e1.zip
macvim: 7.4.479 -> 7.4.648
This updates macvim to 7.4.648. This also fixes the build, which was broken when I set the default Ruby version to 2.2.2 (one of the symbols was renamed).
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/vim/macvim.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/editors/vim/macvim.nix b/pkgs/applications/editors/vim/macvim.nix
index a63dd0ab9e28..61c57611aac5 100644
--- a/pkgs/applications/editors/vim/macvim.nix
+++ b/pkgs/applications/editors/vim/macvim.nix
@@ -5,11 +5,11 @@
 stdenv.mkDerivation rec {
   name = "macvim-${version}";
 
-  version = "7.4.479";
+  version = "7.4.648";
 
-  src = fetchurl {
-    url = "https://github.com/genoma/macvim/archive/g-snapshot-21.tar.gz";
-    sha256 = "1s86dpb8bcxh309gikiz8gm9ygv3d2jy6i4qlnxarbvcdk65fzv4";
+  src = self.fetchurl {
+    url = "https://github.com/genoma/macvim/archive/g-snapshot-32.tar.gz";
+    sha256 = "1wqg5sy7krgqg3sj00gb34avg90ga2kbvv09bsxv2267j7agi0iq";
   };
 
   enableParallelBuilding = true;