Unverified Commit 6cc7008a authored by Thomas Gerbet's avatar Thomas Gerbet Committed by GitHub
Browse files

nncp: 8.11.0 -> 8.12.1 (#444371)

parents c4de9e69 6124f9a5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "nncp";
  version = "8.11.0";
  version = "8.12.1";
  outputs = [
    "out"
    "doc"
@@ -21,7 +21,7 @@ stdenv.mkDerivation (finalAttrs: {

  src = fetchurl {
    url = "http://www.nncpgo.org/download/nncp-${finalAttrs.version}.tar.xz";
    hash = "sha256-7EEUvNkYSqh4HzjbqjqgQlXfu6nDU2v3WWnma8M0r/I=";
    hash = "sha256-yTwndQ43aBCned7iKPZm70zCC3zMapf2GXtornjiZos=";
  };

  nativeBuildInputs = [
@@ -36,7 +36,7 @@ stdenv.mkDerivation (finalAttrs: {

  buildPhase = ''
    runHook preBuild
    ./bin/build
    ./build
    runHook postBuild
  '';