whois: 5.6.0 -> 5.6.1

Changes: https://github.com/rfc1036/whois/compare/v5.6.0...v5.6.1
(cherry picked from commit dd3f33fca0)
This commit is contained in:
Sergei Trofimovich
2025-05-21 06:23:47 +01:00
committed by github-actions[bot]
parent 8e345323be
commit 49cc50cb2e

View File

@@ -11,14 +11,14 @@
}:
stdenv.mkDerivation rec {
version = "5.6.0";
version = "5.6.1";
pname = "whois";
src = fetchFromGitHub {
owner = "rfc1036";
repo = "whois";
rev = "v${version}";
hash = "sha256-NzOJMciqSY8ivvj6fBV1+w009F1zf47U1FQACSfsbUM=";
hash = "sha256-2DDZBERslsnkfFDyz7IXEhvUqfKfRvmIelougkTjPYU=";
};
patches = [