diff options
| author | nixpkgs-ci[bot] <190413589+nixpkgs-ci[bot]@users.noreply.github.com> | 2026-02-01 11:47:09 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-01 11:47:09 +0000 |
| commit | ce159629f0aa0031afed2def70a695f748fb221e (patch) | |
| tree | 8f8bb009bd022b11fb52d8a39d52a805cbe46ac4 | |
| parent | dix: 1.4.1 -> 1.4.2 (#485898) (diff) | |
| parent | whosthere: 0.2.1 -> 0.5.0 (diff) | |
| download | nixpkgs-ce159629f0aa0031afed2def70a695f748fb221e.tar.gz | |
whosthere: 0.2.1 -> 0.5.0 (#485749)
| -rw-r--r-- | pkgs/by-name/wh/whosthere/package.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/wh/whosthere/package.nix b/pkgs/by-name/wh/whosthere/package.nix index ce799e938efa..46d87064701a 100644 --- a/pkgs/by-name/wh/whosthere/package.nix +++ b/pkgs/by-name/wh/whosthere/package.nix @@ -9,16 +9,16 @@ buildGoModule (finalAttrs: { pname = "whosthere"; - version = "0.2.1"; + version = "0.5.0"; src = fetchFromGitHub { owner = "ramonvermeulen"; repo = "whosthere"; tag = "v${finalAttrs.version}"; - sha256 = "sha256-jwXJ+mF3r+Xg3lyQzwzfGp3TmfVjnxO9Lg272zeTREY="; + sha256 = "sha256-7NzQTwl+3FqihMB8nsgzoFoxvnxraZHgG66kPa77ulY="; }; - vendorHash = "sha256-ZiomQ+Md0kFkq7nERsnLZwkA9nlcvglMtzJV7NX3Igs="; + vendorHash = "sha256-YVPsWpIXC5SLm+T2jEGqF4MBcKOAAk0Vpc7zCIFkNw8="; checkFlags = let |
