3
0
Fork 0
forked from mirrors/nixpkgs

vim-plugins: coffee-script: start version number with digit

Or else nix will see it as part of package name.
This commit is contained in:
Bjørn Forsman 2014-10-19 15:09:15 +02:00
parent c60c0ede9a
commit 94e0d3c6c2

View file

@ -163,7 +163,7 @@ in rec
};
coffee-script = buildVimPlugin {
name = "coffee-script-v002";
name = "coffee-script-002";
src = fetchurl {
url = "https://github.com/vim-scripts/vim-coffee-script/archive/v002.tar.gz";
sha256 = "1xln6i6jbbihcyp5bsdylr2146y41hmp2xf7wi001g2ymj1zdsc0";