whois: 5.6.5 -> 5.6.6

Changes: https://github.com/rfc1036/whois/compare/v5.6.5...v5.6.6
This commit is contained in:
Sergei Trofimovich
2026-02-19 21:48:20 +00:00
parent 9c47edbb53
commit 04e47512e9
+2 -2
View File
@@ -11,14 +11,14 @@
}:
stdenv.mkDerivation (finalAttrs: {
version = "5.6.5";
version = "5.6.6";
pname = "whois";
src = fetchFromGitHub {
owner = "rfc1036";
repo = "whois";
rev = "v${finalAttrs.version}";
hash = "sha256-zCaM3fMittoEzuMRELqc1ES8QPgZRXVjyHUfMsS5tJA=";
hash = "sha256-RKiXQJoyy3wd/KXphhgjikdmIHl8nmjEzibjk5FKpBQ=";
};
patches = [