Skip to content

Commit

Permalink
Merge pull request #76309 from mehlon/gnunet
Browse files Browse the repository at this point in the history
gnunet: 0.11.8 -> 0.12.0
  • Loading branch information
nlewo committed Dec 27, 2019
2 parents b38c283 + 6c7fe45 commit 2002bf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/p2p/gnunet/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

stdenv.mkDerivation rec {
pname = "gnunet";
version = "0.11.8";
version = "0.12.0";

src = fetchurl {
url = "mirror://gnu/gnunet/${pname}-${version}.tar.gz";
sha256 = "1zkmcq75sfr3iyg8rgxp9dbl7fwsvc1a71rc0vgisghcbrx1n7yj";
sha256 = "1bz0sbhbsivi1bcabk3vpxqnh4vgp86vrmiwkyb5fiqfjviar111";
};

enableParallelBuilding = true;
Expand Down

0 comments on commit 2002bf9

Please sign in to comment.