Skip to content

Commit dd3f33f

Browse files
committed
whois: 5.6.0 -> 5.6.1
Changes: rfc1036/whois@v5.6.0...v5.6.1
1 parent 8731835 commit dd3f33f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/wh/whois/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
}:
1212

1313
stdenv.mkDerivation rec {
14-
version = "5.6.0";
14+
version = "5.6.1";
1515
pname = "whois";
1616

1717
src = fetchFromGitHub {
1818
owner = "rfc1036";
1919
repo = "whois";
2020
rev = "v${version}";
21-
hash = "sha256-NzOJMciqSY8ivvj6fBV1+w009F1zf47U1FQACSfsbUM=";
21+
hash = "sha256-2DDZBERslsnkfFDyz7IXEhvUqfKfRvmIelougkTjPYU=";
2222
};
2323

2424
patches = [

0 commit comments

Comments
 (0)