Commit a3cd526f authored by Emery Hemingway's avatar Emery Hemingway Committed by Emery Hemingway
Browse files

ncdc: 1.24.1 -> 1.25

parent 370bcffd
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -11,20 +11,23 @@
  gnutls,
  perl,
  libmaxminddb,
  versionCheckHook,
}:

stdenv.mkDerivation (finalAttrs: {
  pname = "ncdc";
  version = "1.24.1";
  version = "1.25";

  src = fetchurl {
    url = "https://dev.yorhel.nl/download/ncdc-${finalAttrs.version}.tar.gz";
    hash = "sha256-Koq5rX1D8Bj8c7qLq9aJ36RKuozsU7iOR3AYXLl3ePc=";
    # Hashes listed at https://dev.yorhel.nl/download
    sha256 = "b9be58e7dbe677f2ac1c472f6e76fad618a65e2f8bf1c7b9d3d97bc169feb740";
  };

  nativeBuildInputs = [
    perl
    pkg-config
    versionCheckHook
  ];
  buildInputs = [
    ncurses
@@ -38,6 +41,8 @@ stdenv.mkDerivation (finalAttrs: {

  configureFlags = [ "--with-geoip" ];

  doInstallCheck = true;

  meta = {
    changelog = "https://dev.yorhel.nl/ncdc/changes";
    description = "Modern and lightweight direct connect client with a friendly ncurses interface";