From e376e9731d934753bc82262d5412d7a7446b1757 Mon Sep 17 00:00:00 2001 From: Paul Colomiets Date: Wed, 9 Jul 2014 22:55:17 +0300 Subject: vim: Update vim to 7.4.335 --- pkgs/applications/editors/vim/configurable.nix | 10 +++++----- pkgs/applications/editors/vim/default.nix | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pkgs/applications/editors/vim/configurable.nix b/pkgs/applications/editors/vim/configurable.nix index 511a48a0eed9f..8e799df7a8b2e 100644 --- a/pkgs/applications/editors/vim/configurable.nix +++ b/pkgs/applications/editors/vim/configurable.nix @@ -34,18 +34,18 @@ composableDerivation { else stdenv ).mkDerivation; } (fix: { - name = "vim_configurable-7.4.316"; + name = "vim_configurable-7.4.335"; enableParallelBuilding = true; # test this - src = + src = builtins.getAttr source { "default" = # latest release args.fetchhg { url = "https://vim.googlecode.com/hg/"; - rev = "v7-4-316"; - sha256 = "0scxx33p1ky0wihk04xqpd6rygp1crm0hx446zbjwbsjj6xxn7sx"; + rev = "v7-4-335"; + sha256 = "0qnpzfcbi6fhz82pj68l4vrnigca1akq2ksrxz6krwlfhns6jhhj"; }; "vim-nox" = @@ -62,7 +62,7 @@ composableDerivation { # if darwin support is enabled, we want to make sure we're not building with # OS-installed python framework - patches = stdenv.lib.optionals + patches = stdenv.lib.optionals (stdenv.isDarwin && (config.vim.darwin or true)) [ ./python_framework.patch ]; diff --git a/pkgs/applications/editors/vim/default.nix b/pkgs/applications/editors/vim/default.nix index bf94728017317..95f654eb8caca 100644 --- a/pkgs/applications/editors/vim/default.nix +++ b/pkgs/applications/editors/vim/default.nix @@ -3,12 +3,12 @@ stdenv.mkDerivation rec { name = "vim-${version}"; - version = "7.4.316"; + version = "7.4.335"; src = fetchhg { url = "https://vim.googlecode.com/hg/"; - rev = "v7-4-316"; - sha256 = "0scxx33p1ky0wihk04xqpd6rygp1crm0hx446zbjwbsjj6xxn7sx"; + rev = "v7-4-335"; + sha256 = "0qnpzfcbi6fhz82pj68l4vrnigca1akq2ksrxz6krwlfhns6jhhj"; }; enableParallelBuilding = true; -- cgit 1.4.1