Skip to content

Commit

Permalink
nncp: 8.7.2 -> 8.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmry committed Sep 7, 2022
1 parent cd26d25 commit 9697c9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/nncp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 9697c9a

Please sign in to comment.