about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authormehlon <>2019-12-23 18:13:49 +0100
committermehlon <>2019-12-23 18:13:49 +0100
commit6c7fe45ff7a60f7461125d099ac1e3d6fc02ccf4 (patch)
treea068b6632e6cecf7a4408583c3cfc59d81761523 /pkgs
parent0f783bc7ca08766fef2d059093274051c097a6a9 (diff)
downloadnixlib-6c7fe45ff7a60f7461125d099ac1e3d6fc02ccf4.tar
nixlib-6c7fe45ff7a60f7461125d099ac1e3d6fc02ccf4.tar.gz
nixlib-6c7fe45ff7a60f7461125d099ac1e3d6fc02ccf4.tar.bz2
nixlib-6c7fe45ff7a60f7461125d099ac1e3d6fc02ccf4.tar.lz
nixlib-6c7fe45ff7a60f7461125d099ac1e3d6fc02ccf4.tar.xz
nixlib-6c7fe45ff7a60f7461125d099ac1e3d6fc02ccf4.tar.zst
nixlib-6c7fe45ff7a60f7461125d099ac1e3d6fc02ccf4.zip
gnunet: 0.11.8 -> 0.12.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/networking/p2p/gnunet/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/p2p/gnunet/default.nix b/pkgs/applications/networking/p2p/gnunet/default.nix
index a461b1fbd744..4967e0e27feb 100644
--- a/pkgs/applications/networking/p2p/gnunet/default.nix
+++ b/pkgs/applications/networking/p2p/gnunet/default.nix
@@ -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;
@@ -65,7 +65,7 @@ stdenv.mkDerivation rec {
     '';
 
     homepage = https://gnunet.org/;
-    license = licenses.gpl2Plus;
+    license = licenses.agpl3Plus;
     maintainers = with maintainers; [ vrthra ];
     platforms = platforms.gnu ++ platforms.linux;
   };