Commit 76b655e4 authored by Emery Hemingway's avatar Emery Hemingway Committed by ehmry
Browse files

nncp: 8.8.0 -> 8.8.1

parent fd76db7c
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -3,12 +3,12 @@

stdenv.mkDerivation rec {
  pname = "nncp";
  version = "8.8.0";
  version = "8.8.1";
  outputs = [ "out" "doc" "info" ];

  src = fetchurl {
    url = "http://www.nncpgo.org/download/${pname}-${version}.tar.xz";
    sha256 = "829E2FB2F1EED8AF7ACE4554405E56F0341BE2A01C234A34D01122382AA0794C";
    sha256 = "426463C97211AD88DF74DDDF61BDBB830BAE275668B2F23158D43146517469A6";
  };

  nativeBuildInputs = [ go redo-apenwarr ];
@@ -54,6 +54,7 @@ stdenv.mkDerivation rec {
    '';
    homepage = "http://www.nncpgo.org/";
    downloadPage = "http://www.nncpgo.org/Tarballs.html";
    changelog = "http://www.nncpgo.org/News.html";
    license = licenses.gpl3Only;
    platforms = platforms.all;
    maintainers = with maintainers; [ ehmry woffs ];
+4 −1
Original line number Diff line number Diff line
@@ -30607,7 +30607,10 @@ with pkgs;
  ninjas2 = callPackage ../applications/audio/ninjas2 {};
  nncp = callPackage ../tools/misc/nncp { };
  nncp = (
    if stdenv.isDarwin
    then darwin.apple_sdk_11_0.callPackage
    else callPackage) ../tools/misc/nncp { };
  notion = callPackage ../applications/window-managers/notion { };