mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
geek-life: styling fixup
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
854ea72364
commit
a9516491b4
@ -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";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user