nncp: 8.2.0 -> 8.3.0

This commit is contained in:
Emery Hemingway 2022-01-24 10:20:12 +01:00
parent 228aa1ce16
commit 676b800266

View File

@ -3,12 +3,12 @@
stdenv.mkDerivation rec {
pname = "nncp";
version = "8.2.0";
version = "8.3.0";
outputs = [ "out" "doc" "info" ];
src = fetchurl {
url = "http://www.nncpgo.org/download/${pname}-${version}.tar.xz";
sha256 = "sha256-WbDW4kjTAokpOVtjXU4M8RS8TeD0+fEFLgSShJgO6t0=";
sha256 = "sha256-bBSIep72htYRLyCW7R2la6q+X+tLqSVziazGsm0KI+o=";
};
nativeBuildInputs = [ go redo-apenwarr ];