gnome3.gpaste: 3.34.0 → 3.34.1

Fixes build with new appstream-glib.
This commit is contained in:
Jan Tojnar 2019-10-19 22:38:56 +02:00
parent 486a728b94
commit 05c0114801
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -2,12 +2,12 @@
, pango, gtk3, gnome3, dbus, clutter, appstream-glib, wrapGAppsHook, gobject-introspection }:
stdenv.mkDerivation rec {
version = "3.34.0";
version = "3.34.1";
pname = "gpaste";
src = fetchurl {
url = "https://github.com/Keruspe/GPaste/archive/v${version}.tar.gz";
sha256 = "0mih07b3mb0m1bk8ng9175fgvdbmvsacl4v4kvdnnlnql6rh47gv";
sha256 = "1vqa1r7niyfjrxlnd4jb4vx6n9jd2260g1scnjalrl0xrnpbsbds";
};
patches = [