vim-configurable: update the patch-version
This commit is contained in:
parent
c5b5020681
commit
c76b399644
@ -37,7 +37,7 @@ composableDerivation {
|
|||||||
else stdenv ).mkDerivation;
|
else stdenv ).mkDerivation;
|
||||||
} (fix: {
|
} (fix: {
|
||||||
|
|
||||||
name = "vim_configurable-7.4.335";
|
name = "vim_configurable-7.4.516";
|
||||||
|
|
||||||
enableParallelBuilding = true; # test this
|
enableParallelBuilding = true; # test this
|
||||||
|
|
||||||
@ -46,9 +46,9 @@ composableDerivation {
|
|||||||
"default" =
|
"default" =
|
||||||
# latest release
|
# latest release
|
||||||
args.fetchhg {
|
args.fetchhg {
|
||||||
url = "https://vim.googlecode.com/hg/";
|
url = "http://vim.googlecode.com/hg/";
|
||||||
rev = "v7-4-335";
|
rev = "v7-4-516";
|
||||||
sha256 = "0qnpzfcbi6fhz82pj68l4vrnigca1akq2ksrxz6krwlfhns6jhhj";
|
sha256 = "0a3b5qaywfn7jjr7fjpl8y8jx4wjj2630wxfjnmn3hi1l7iiz4z8";
|
||||||
};
|
};
|
||||||
|
|
||||||
"vim-nox" =
|
"vim-nox" =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user