mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 05:00:16 +00:00
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 a new issue