Unverified Commit 524237d6 authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

whois: 5.6.3 -> 5.6.4 (#430646)

parents 34194a09 edf469d8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@
}:

stdenv.mkDerivation rec {
  version = "5.6.3";
  version = "5.6.4";
  pname = "whois";

  src = fetchFromGitHub {
    owner = "rfc1036";
    repo = "whois";
    rev = "v${version}";
    hash = "sha256-YJAd6s1kq2IJcR7qf7ljntLb5HgsaTH0wsoPKIMxHdg=";
    hash = "sha256-9c67LrpJu3cW/j1hfNhatB4nkCxMTCfHpszawGtU7ko=";
  };

  patches = [