mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
fix missing sha and rev
This commit is contained in:
parent
4d59ac9e67
commit
9b2cff2fc7
@ -1206,8 +1206,8 @@ rec {
|
||||
name = "YUNOcommit";
|
||||
src = fetchgit {
|
||||
url = "git://github.com/esneide/YUNOcommit.vim";
|
||||
rev = "";
|
||||
sha256 = "";
|
||||
rev = "10e0d674bfba05e88359dbe0ded4eb1d806b1342";
|
||||
sha256 = "8efe7129ccc1cd13a09ffd4b5f8abe1fca12c434768ff57b865844cf40d49b41";
|
||||
};
|
||||
dependencies = [];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user