Unverified Commit 7caa330c authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

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

parents 81dc9f7a 0709f61f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [