geek-life: 0.1.2 -> 0.1.3
This commit is contained in:
parent
e23d2314a7
commit
e9126226f9
1 changed files with 3 additions and 3 deletions
|
@ -2,16 +2,16 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "geek-life";
|
pname = "geek-life";
|
||||||
version = "0.1.2";
|
version = "0.1.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ajaxray";
|
owner = "ajaxray";
|
||||||
repo = "geek-life";
|
repo = "geek-life";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "083y2kv5vb217ghy9g2qylqgdgbjjggjj3cq454csnn3cjgq9zfh";
|
sha256 = "sha256-7B/4pDOVXef2MaWKvzkUZH0/KM/O1gJjI3xPjEXqc/E=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "05fcnmg2rygccf65r8js6kbijx740vfnvbrc035bjs1jvdw29h9j";
|
vendorHash = "sha256-U80Yb8YXKQ8KJf+FxkC0EIUFKP4PKAFRtKTCvXSc0WI=";
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
mv $out/bin/app $out/bin/geek-life
|
mv $out/bin/app $out/bin/geek-life
|
||||||
|
|
Loading…
Reference in a new issue