fix missing sha and rev

This commit is contained in:
Arseniy Seroka 2014-11-13 22:43:32 +03:00
parent 4d59ac9e67
commit 9b2cff2fc7

View File

@ -1206,8 +1206,8 @@ rec {
name = "YUNOcommit";
src = fetchgit {
url = "git://github.com/esneide/YUNOcommit.vim";
rev = "";
sha256 = "";
rev = "10e0d674bfba05e88359dbe0ded4eb1d806b1342";
sha256 = "8efe7129ccc1cd13a09ffd4b5f8abe1fca12c434768ff57b865844cf40d49b41";
};
dependencies = [];
};