about summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p/gnunet
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@viric.name>2014-04-16 15:22:02 +0200
committerLluís Batlle i Rossell <viric@viric.name>2014-04-16 15:22:31 +0200
commitedee246684429eb9efea25b38c17cc37ad010ad8 (patch)
tree44cd50294703f5e5a1fc6bfe3289a5aefaef541d /pkgs/applications/networking/p2p/gnunet
parentf44a3235a91981d1b783ae90dd0ade030e923a16 (diff)
downloadnixlib-edee246684429eb9efea25b38c17cc37ad010ad8.tar
nixlib-edee246684429eb9efea25b38c17cc37ad010ad8.tar.gz
nixlib-edee246684429eb9efea25b38c17cc37ad010ad8.tar.bz2
nixlib-edee246684429eb9efea25b38c17cc37ad010ad8.tar.lz
nixlib-edee246684429eb9efea25b38c17cc37ad010ad8.tar.xz
nixlib-edee246684429eb9efea25b38c17cc37ad010ad8.tar.zst
nixlib-edee246684429eb9efea25b38c17cc37ad010ad8.zip
Updating gnunet to 0.10.1.
Diffstat (limited to 'pkgs/applications/networking/p2p/gnunet')
-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 045e6557730e..bbb3561bae97 100644
--- a/pkgs/applications/networking/p2p/gnunet/default.nix
+++ b/pkgs/applications/networking/p2p/gnunet/default.nix
@@ -4,11 +4,11 @@
 , makeWrapper }:
 
 stdenv.mkDerivation rec {
-  name = "gnunet-0.10.0";
+  name = "gnunet-0.10.1";
 
   src = fetchurl {
     url = "mirror://gnu/gnunet/${name}.tar.gz";
-    sha256 = "0zqpc47kywhjrpphl0palz849khv00ra2gjrfkysp6p0gfsbvd0i";
+    sha256 = "04wxzm3wkgqbn42b8ksr4cx6m5cckyig5cls1adh0nwdczwvnp7n";
   };
 
   buildInputs = [