summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/vim/configurable.nix
diff options
context:
space:
mode:
authorKamil Chmielewski <kamil.chm@gmail.com>2015-08-20 13:21:00 +0200
committerVladimír Čunát <vcunat@gmail.com>2015-08-22 09:14:37 +0200
commit75250d5addedfd82c1573a34b0b2349d268e64c2 (patch)
treee131699472a6be010ef75a98e6df46b46a02b37e /pkgs/applications/editors/vim/configurable.nix
parent6d6eb1913a38adf6fcd5c7bbab1208da9dc6d456 (diff)
vim_configurable: fix revision name and update (close #9365)
Diffstat (limited to 'pkgs/applications/editors/vim/configurable.nix')
-rw-r--r--pkgs/applications/editors/vim/configurable.nix9
1 files changed, 5 insertions, 4 deletions
diff --git a/pkgs/applications/editors/vim/configurable.nix b/pkgs/applications/editors/vim/configurable.nix
index ee3edaaf61b2..cd7db6bb82e3 100644
--- a/pkgs/applications/editors/vim/configurable.nix
+++ b/pkgs/applications/editors/vim/configurable.nix
@@ -31,9 +31,10 @@ let inherit (args.composableDerivation) composableDerivation edf;
'';
in
composableDerivation {
-} (fix: {
+} (fix: rec {
- name = "vim_configurable-7.4.516";
+ name = "vim_configurable-${version}";
+ version = "7.4.826";
enableParallelBuilding = true; # test this
@@ -43,8 +44,8 @@ composableDerivation {
# latest release
args.fetchhg {
url = "http://vim.googlecode.com/hg/";
- rev = "v7-4-516";
- sha256 = "0a3b5qaywfn7jjr7fjpl8y8jx4wjj2630wxfjnmn3hi1l7iiz4z8";
+ rev = "v${version}";
+ sha256 = "01m67lvnkz0ad28ifj964zcg63y5hixplbnzas5xarj8vl3pc5a0";
};
"vim-nox" =