Skip to content

Commit 4aa7404

Browse files
committed
whosthere: 0.2.1 -> 0.5.0
1 parent 4fcece7 commit 4aa7404

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/wh/whosthere/package.nix

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

1010
buildGoModule (finalAttrs: {
1111
pname = "whosthere";
12-
version = "0.2.1";
12+
version = "0.5.0";
1313

1414
src = fetchFromGitHub {
1515
owner = "ramonvermeulen";
1616
repo = "whosthere";
1717
tag = "v${finalAttrs.version}";
18-
sha256 = "sha256-jwXJ+mF3r+Xg3lyQzwzfGp3TmfVjnxO9Lg272zeTREY=";
18+
sha256 = "sha256-7NzQTwl+3FqihMB8nsgzoFoxvnxraZHgG66kPa77ulY=";
1919
};
2020

21-
vendorHash = "sha256-ZiomQ+Md0kFkq7nERsnLZwkA9nlcvglMtzJV7NX3Igs=";
21+
vendorHash = "sha256-YVPsWpIXC5SLm+T2jEGqF4MBcKOAAk0Vpc7zCIFkNw8=";
2222

2323
checkFlags =
2424
let

0 commit comments

Comments
 (0)