geek-life: fix git rev

This commit is contained in:
figsoda 2021-10-21 08:00:09 -04:00 committed by GitHub
parent a9516491b4
commit 11064e5107
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ buildGoModule rec {
src = fetchFromGitHub {
owner = "ajaxray";
repo = "geek-life";
rev = version;
rev = "v${version}";
sha256 = "083y2kv5vb217ghy9g2qylqgdgbjjggjj3cq454csnn3cjgq9zfh";
};