about summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p/gnunet/default.nix
diff options
context:
space:
mode:
authorAstro <astro@spaceboyz.net>2023-07-15 03:32:45 +0200
committerAstro <astro@spaceboyz.net>2023-07-15 03:32:45 +0200
commit3be5b19b3cb052eb32edaabc0f4611752be6ac6f (patch)
tree059ef63b9f62cb64ceccd5d793c08b0db3b68042 /pkgs/applications/networking/p2p/gnunet/default.nix
parent2de8efefb6ce7f5e4e75bdf57376a96555986841 (diff)
gnunet: 0.17.6 -> 0.19.4
Diffstat (limited to 'pkgs/applications/networking/p2p/gnunet/default.nix')
-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 366af7121e673..2fdaf3c52f422 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.6";
+  version = "0.19.4";
 
   src = fetchurl {
     url = "mirror://gnu/gnunet/${pname}-${version}.tar.gz";
-    sha256 = "sha256-JJNY7zsQzpmBB4H+2uxSam6rlDwSDku6CWrt+Rwa/EA=";
+    sha256 = "sha256-AKY99AjVmH9bqaUEQfKncYK9n7MvHjAq5WOslOesAJs=";
   };
 
   enableParallelBuilding = true;