nncp: 8.9.0 -> 8.10.0

This commit is contained in:
Emery Hemingway 2023-11-01 09:45:42 +00:00
parent 3c87cb32f0
commit 2ea5992e2e
2 changed files with 2 additions and 4 deletions

@ -11,12 +11,12 @@
stdenv.mkDerivation (finalAttrs: {
pname = "nncp";
version = "8.9.0";
version = "8.10.0";
outputs = [ "out" "doc" "info" ];
src = fetchurl {
url = "http://www.nncpgo.org/download/nncp-${finalAttrs.version}.tar.xz";
hash = "sha256-JZ+svDNU7cwW58ZOJ4qszbR/+j7Cr+oLNig/RqqCS10=";
sha256 = "154e13ba15c0ea93f54525793b0699e496b2db7281e1555f08d785a528f3f7fc";
};
nativeBuildInputs = [

@ -34026,8 +34026,6 @@ with pkgs;
ninjas2 = callPackage ../applications/audio/ninjas2 { };
nncp = darwin.apple_sdk_11_0.callPackage ../tools/misc/nncp { };
nootka = qt5.callPackage ../applications/audio/nootka { };
novnc = callPackage ../applications/networking/novnc { };