[Backport release-25.05] whois: 5.6.2 -> 5.6.3 (#426312)

This commit is contained in:
Franz Pletz
2025-07-18 10:12:52 +02:00
committed by GitHub

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 = [