summary refs log tree commit diff
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2014-11-14 23:15:30 +0100
committerVladimír Čunát <vcunat@gmail.com>2014-11-14 23:16:17 +0100
commitc76b3996448de71c950602c776621e0f238d7c6d (patch)
tree3a6c6de51f28ab61b903d03f64fbe4291ebaf30a
parentc5b502068114636296ba0eb21480e6d6df10e2b5 (diff)
downloadnixpkgs-c76b3996448de71c950602c776621e0f238d7c6d.tar
nixpkgs-c76b3996448de71c950602c776621e0f238d7c6d.tar.gz
nixpkgs-c76b3996448de71c950602c776621e0f238d7c6d.tar.bz2
nixpkgs-c76b3996448de71c950602c776621e0f238d7c6d.tar.lz
nixpkgs-c76b3996448de71c950602c776621e0f238d7c6d.tar.xz
nixpkgs-c76b3996448de71c950602c776621e0f238d7c6d.tar.zst
nixpkgs-c76b3996448de71c950602c776621e0f238d7c6d.zip
vim-configurable: update the patch-version
-rw-r--r--pkgs/applications/editors/vim/configurable.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/editors/vim/configurable.nix b/pkgs/applications/editors/vim/configurable.nix
index 572bce7a2f5..d5b7182c64a 100644
--- a/pkgs/applications/editors/vim/configurable.nix
+++ b/pkgs/applications/editors/vim/configurable.nix
@@ -37,7 +37,7 @@ composableDerivation {
                    else stdenv ).mkDerivation;
 } (fix: {
 
-    name = "vim_configurable-7.4.335";
+    name = "vim_configurable-7.4.516";
 
     enableParallelBuilding = true; # test this
 
@@ -46,9 +46,9 @@ composableDerivation {
       "default" =
         # latest release
       args.fetchhg {
-            url = "https://vim.googlecode.com/hg/";
-            rev = "v7-4-335";
-            sha256 = "0qnpzfcbi6fhz82pj68l4vrnigca1akq2ksrxz6krwlfhns6jhhj";
+            url = "http://vim.googlecode.com/hg/";
+            rev = "v7-4-516";
+            sha256 = "0a3b5qaywfn7jjr7fjpl8y8jx4wjj2630wxfjnmn3hi1l7iiz4z8";
       };
 
       "vim-nox" =