Merge pull request #262485 from r-ryantm/auto-update/gnunet-gtk

gnunet-gtk: 0.19.0 -> 0.20.0
This commit is contained in:
Weijia Wang 2023-10-28 04:07:22 +02:00 committed by GitHub
commit 421c195984
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,11 +13,11 @@
stdenv.mkDerivation rec {
pname = "gnunet-gtk";
version = "0.19.0";
version = "0.20.0";
src = fetchurl {
url = "mirror://gnu/gnunet/${pname}-${version}.tar.gz";
sha256 = "sha256-MwAWs1rHXYlRUcAWX8LnCLTwEOSI68aA0s7uZGgYR3w=";
sha256 = "sha256-6ZHlDIKrTmr/aRz4k5FtRVxZ7B9Hlh2w42QT4YRsVi0=";
};
nativeBuildInputs= [