Merge pull request #126529 from woffs/nncp-6.5.0

nncp: 6.4.0 -> 6.5.0
This commit is contained in:
Sandro 2021-06-11 10:42:35 +02:00 committed by GitHub
commit 0723ffcc1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,11 +10,11 @@
stdenv.mkDerivation rec {
pname = "nncp";
version = "6.4.0";
version = "6.5.0";
src = fetchurl {
url = "http://www.nncpgo.org/download/${pname}-${version}.tar.xz";
sha256 = "16xrwhr7avss238k83ih1njl0gfca57ghg360ba9ixlssrb1239x";
sha256 = "16hbcwwf65h2avgdyya2bk42bmmqnfl1m5v7y23cyp174ykjl794";
};
nativeBuildInputs = [ go redo-apenwarr ];