We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0984587 + e912622 commit b3818a4Copy full SHA for b3818a4
pkgs/applications/misc/geek-life/default.nix
@@ -2,16 +2,16 @@
2
3
buildGoModule rec {
4
pname = "geek-life";
5
- version = "0.1.2";
+ version = "0.1.3";
6
7
src = fetchFromGitHub {
8
owner = "ajaxray";
9
repo = "geek-life";
10
rev = "v${version}";
11
- sha256 = "083y2kv5vb217ghy9g2qylqgdgbjjggjj3cq454csnn3cjgq9zfh";
+ sha256 = "sha256-7B/4pDOVXef2MaWKvzkUZH0/KM/O1gJjI3xPjEXqc/E=";
12
};
13
14
- vendorSha256 = "05fcnmg2rygccf65r8js6kbijx740vfnvbrc035bjs1jvdw29h9j";
+ vendorHash = "sha256-U80Yb8YXKQ8KJf+FxkC0EIUFKP4PKAFRtKTCvXSc0WI=";
15
16
postInstall = ''
17
mv $out/bin/app $out/bin/geek-life
0 commit comments