Skip to content

Commit b3818a4

Browse files
authored
Merge pull request #209277 from r-ryantm/auto-update/geek-life
geek-life: 0.1.2 -> 0.1.3
2 parents 0984587 + e912622 commit b3818a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/applications/misc/geek-life/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
buildGoModule rec {
44
pname = "geek-life";
5-
version = "0.1.2";
5+
version = "0.1.3";
66

77
src = fetchFromGitHub {
88
owner = "ajaxray";
99
repo = "geek-life";
1010
rev = "v${version}";
11-
sha256 = "083y2kv5vb217ghy9g2qylqgdgbjjggjj3cq454csnn3cjgq9zfh";
11+
sha256 = "sha256-7B/4pDOVXef2MaWKvzkUZH0/KM/O1gJjI3xPjEXqc/E=";
1212
};
1313

14-
vendorSha256 = "05fcnmg2rygccf65r8js6kbijx740vfnvbrc035bjs1jvdw29h9j";
14+
vendorHash = "sha256-U80Yb8YXKQ8KJf+FxkC0EIUFKP4PKAFRtKTCvXSc0WI=";
1515

1616
postInstall = ''
1717
mv $out/bin/app $out/bin/geek-life

0 commit comments

Comments
 (0)