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
+1 -1
View File
@@ -7,7 +7,7 @@ buildGoModule rec {
src = fetchFromGitHub {
owner = "ajaxray";
repo = "geek-life";
rev = version;
rev = "v${version}";
sha256 = "083y2kv5vb217ghy9g2qylqgdgbjjggjj3cq454csnn3cjgq9zfh";
};