nncp: 8.7.2 -> 8.8.0

This commit is contained in:
Emery Hemingway 2022-09-04 14:12:08 -05:00 committed by ehmry
parent cd26d25483
commit 9697c9a3a3

View File

@ -3,12 +3,12 @@
stdenv.mkDerivation rec {
pname = "nncp";
version = "8.7.2";
version = "8.8.0";
outputs = [ "out" "doc" "info" ];
src = fetchurl {
url = "http://www.nncpgo.org/download/${pname}-${version}.tar.xz";
hash = "sha256-oO7JsPMwWd4z8TCEWZgF0PShyMN56SW6z+jclNHdwj0=";
sha256 = "829E2FB2F1EED8AF7ACE4554405E56F0341BE2A01C234A34D01122382AA0794C";
};
nativeBuildInputs = [ go redo-apenwarr ];