whois: 5.6.2 -> 5.6.3

Changes: https://github.com/rfc1036/whois/compare/v5.6.2...v5.6.3
This commit is contained in:
Sergei Trofimovich
2025-07-17 21:11:05 +01:00
parent 77110a5187
commit 4dca27c001
+2 -2
View File
@@ -11,14 +11,14 @@
}:
stdenv.mkDerivation rec {
version = "5.6.2";
version = "5.6.3";
pname = "whois";
src = fetchFromGitHub {
owner = "rfc1036";
repo = "whois";
rev = "v${version}";
hash = "sha256-SUpbPxEAFXNlncUgmbMt7ZjaX45hzffca8keBRpcXcM=";
hash = "sha256-YJAd6s1kq2IJcR7qf7ljntLb5HgsaTH0wsoPKIMxHdg=";
};
patches = [