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.
1 parent 4fcece7 commit 4aa7404Copy full SHA for 4aa7404
pkgs/by-name/wh/whosthere/package.nix
@@ -9,16 +9,16 @@
9
10
buildGoModule (finalAttrs: {
11
pname = "whosthere";
12
- version = "0.2.1";
+ version = "0.5.0";
13
14
src = fetchFromGitHub {
15
owner = "ramonvermeulen";
16
repo = "whosthere";
17
tag = "v${finalAttrs.version}";
18
- sha256 = "sha256-jwXJ+mF3r+Xg3lyQzwzfGp3TmfVjnxO9Lg272zeTREY=";
+ sha256 = "sha256-7NzQTwl+3FqihMB8nsgzoFoxvnxraZHgG66kPa77ulY=";
19
};
20
21
- vendorHash = "sha256-ZiomQ+Md0kFkq7nERsnLZwkA9nlcvglMtzJV7NX3Igs=";
+ vendorHash = "sha256-YVPsWpIXC5SLm+T2jEGqF4MBcKOAAk0Vpc7zCIFkNw8=";
22
23
checkFlags =
24
let
0 commit comments