geek-life: fix git rev

conduit-nginx
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
1 changed files with 1 additions and 1 deletions

View File

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