about summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p
diff options
context:
space:
mode:
authorAstro <astro@spaceboyz.net>2022-07-10 21:30:04 +0200
committerAstro <astro@spaceboyz.net>2022-07-10 21:30:04 +0200
commitb2a6525191bc7a3a2f5f98588cc57dcacc1b4e17 (patch)
tree1d35968ea28a54205cd7bdb08b9839ff57f77eeb /pkgs/applications/networking/p2p
parent3137fb373e36e39f605d44f97cb0f7807deefd1c (diff)
gnunet: 0.17.1 -> 0.17.2
Diffstat (limited to 'pkgs/applications/networking/p2p')
-rw-r--r--pkgs/applications/networking/p2p/gnunet/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/p2p/gnunet/default.nix b/pkgs/applications/networking/p2p/gnunet/default.nix
index 3b88ffb11d8b8..04c02360a2895 100644
--- a/pkgs/applications/networking/p2p/gnunet/default.nix
+++ b/pkgs/applications/networking/p2p/gnunet/default.nix
@@ -7,11 +7,11 @@
 
 stdenv.mkDerivation rec {
   pname = "gnunet";
-  version = "0.17.1";
+  version = "0.17.2";
 
   src = fetchurl {
     url = "mirror://gnu/gnunet/${pname}-${version}.tar.gz";
-    sha256 = "sha256-dd4KcV4+lpKGSD7GrkslqHNlZk1CzftgbfjnRqFfEmU=";
+    sha256 = "sha256-OLE7V44kkKmSInV8ZHJ965eTn995cQf5hih8KUTudUE=";
   };
 
   enableParallelBuilding = true;