nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

whois: 5.5.17 -> 5.5.18

Changes: https://github.com/rfc1036/whois/compare/v5.5.17...v5.5.18

+2 -2
+2 -2
pkgs/tools/networking/whois/default.nix
··· 1 1 { lib, stdenv, fetchFromGitHub, perl, gettext, pkg-config, libidn2, libiconv }: 2 2 3 3 stdenv.mkDerivation rec { 4 - version = "5.5.17"; 4 + version = "5.5.18"; 5 5 pname = "whois"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "rfc1036"; 9 9 repo = "whois"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-Nqnbi2nS95nzyzFNdahSKY/Om30sZXRJhoCSrzRiD9c="; 11 + hash = "sha256-KHOKjblyCP1GykQehmxSKf7vP52wRRH6oz9WbE9fbCk="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ perl gettext pkg-config ];