Commit 3cb419b2 authored by Astro's avatar Astro
Browse files

gnunet-gtk: 0.15.0 -> 0.19.0

parent 3be5b19b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,11 +13,11 @@

stdenv.mkDerivation rec {
  pname = "gnunet-gtk";
  version = "0.15.0";
  version = "0.19.0";

  src = fetchurl {
    url = "mirror://gnu/gnunet/${pname}-${version}.tar.gz";
    sha256 = "sha256-FLLlqpQ7Bf+oNRUvx7IniVxFusy/tPYxEP2T6VGF7h8=";
    sha256 = "sha256-MwAWs1rHXYlRUcAWX8LnCLTwEOSI68aA0s7uZGgYR3w=";
  };

  nativeBuildInputs= [