forked from mirrors/nixpkgs
Merge pull request #209277 from r-ryantm/auto-update/geek-life
geek-life: 0.1.2 -> 0.1.3
This commit is contained in:
commit
b3818a46e6
|
@ -2,16 +2,16 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "geek-life";
|
||||
version = "0.1.2";
|
||||
version = "0.1.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ajaxray";
|
||||
repo = "geek-life";
|
||||
rev = "v${version}";
|
||||
sha256 = "083y2kv5vb217ghy9g2qylqgdgbjjggjj3cq454csnn3cjgq9zfh";
|
||||
sha256 = "sha256-7B/4pDOVXef2MaWKvzkUZH0/KM/O1gJjI3xPjEXqc/E=";
|
||||
};
|
||||
|
||||
vendorSha256 = "05fcnmg2rygccf65r8js6kbijx740vfnvbrc035bjs1jvdw29h9j";
|
||||
vendorHash = "sha256-U80Yb8YXKQ8KJf+FxkC0EIUFKP4PKAFRtKTCvXSc0WI=";
|
||||
|
||||
postInstall = ''
|
||||
mv $out/bin/app $out/bin/geek-life
|
||||
|
|
Loading…
Reference in a new issue