gnunet: 0.17.2 -> 0.17.6

This commit is contained in:
R. Ryantm 2022-10-03 23:48:41 +00:00 committed by ehmry
parent 15619998dd
commit 223c8b1644

View File

@ -7,11 +7,11 @@
stdenv.mkDerivation rec {
pname = "gnunet";
version = "0.17.2";
version = "0.17.6";
src = fetchurl {
url = "mirror://gnu/gnunet/${pname}-${version}.tar.gz";
sha256 = "sha256-OLE7V44kkKmSInV8ZHJ965eTn995cQf5hih8KUTudUE=";
sha256 = "sha256-JJNY7zsQzpmBB4H+2uxSam6rlDwSDku6CWrt+Rwa/EA=";
};
enableParallelBuilding = true;