nncp: 7.6.0 -> 7.7.0

This commit is contained in:
R. RyanTM 2021-09-12 07:08:48 +00:00
parent f6e9e908cc
commit 365a8fb5f9

View File

@ -10,11 +10,11 @@
stdenv.mkDerivation rec {
pname = "nncp";
version = "7.6.0";
version = "7.7.0";
src = fetchurl {
url = "http://www.nncpgo.org/download/${pname}-${version}.tar.xz";
sha256 = "1im43d9z2pwylsgd6lyxxi03jvkfcfpdsmamg8cm8la1f202x180";
sha256 = "ppKi/JY8sKRb/Vt/SXom0L1zhjBPn6PNUm3Gn8o5Ke4=";
};
nativeBuildInputs = [ go redo-apenwarr ];