geek-life: fix git rev
This commit is contained in:
parent
a9516491b4
commit
11064e5107
@ -7,7 +7,7 @@ buildGoModule rec {
|
||||
src = fetchFromGitHub {
|
||||
owner = "ajaxray";
|
||||
repo = "geek-life";
|
||||
rev = version;
|
||||
rev = "v${version}";
|
||||
sha256 = "083y2kv5vb217ghy9g2qylqgdgbjjggjj3cq454csnn3cjgq9zfh";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user