vim: 7.4.826 -> 7.4.827
Fix the version string to match the new versioning scheme after the github migration.
This commit is contained in:
parent
b5d599af8c
commit
8255ac0d68
@ -5,13 +5,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "vim-${version}";
|
name = "vim-${version}";
|
||||||
version = "7.4.826";
|
version = "7.4.827";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "vim";
|
owner = "vim";
|
||||||
repo = "vim";
|
repo = "vim";
|
||||||
rev = "v${stdenv.lib.replaceChars ["."] ["-"] version}";
|
rev = "v${version}";
|
||||||
sha256 = "147lkcjdd0jbc7y2hflfzwnyjhdgi1971pmkizihybxmmj1a4g8y";
|
sha256 = "1m34s2hsc5lcish6gmvn2iwaz0k7jc3kg9q4nf30fj9inl7gaybs";
|
||||||
};
|
};
|
||||||
|
|
||||||
# this makes maintainers very sad
|
# this makes maintainers very sad
|
||||||
|
Loading…
x
Reference in New Issue
Block a user