geek-life: styling fixup

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
conduit-nginx
figsoda 2021-10-21 07:56:38 -04:00 committed by GitHub
parent 854ea72364
commit a9516491b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,13 +1,13 @@
{ lib, buildGoModule, fetchFromGitHub }:
buildGoModule rec{
buildGoModule rec {
pname = "geek-life";
version = "0.1.2";
src = fetchFromGitHub {
owner = "ajaxray";
repo = "geek-life";
rev = "0.1.2";
rev = version;
sha256 = "083y2kv5vb217ghy9g2qylqgdgbjjggjj3cq454csnn3cjgq9zfh";
};