From 6f08fdd26ae362a84487baffed0d48fbd56282e1 Mon Sep 17 00:00:00 2001 From: Charles Strahan Date: Tue, 4 Aug 2015 17:42:08 -0500 Subject: [PATCH] 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). --- pkgs/applications/editors/vim/macvim.nix | 8 ++++---- 1 file 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;