gnome3.gpaste: 3.28.0 → 3.28.1

This commit is contained in:
Jan Tojnar 2018-03-28 16:26:36 +02:00
parent 9ccc726749
commit 6e8a13f7e5
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, systemd, gobjectIntrospection }:
stdenv.mkDerivation rec {
version = "3.28.0";
version = "3.28.1";
name = "gpaste-${version}";
src = fetchurl {
url = "https://github.com/Keruspe/GPaste/archive/v${version}.tar.gz";
sha256 = "15zigqmhd2x58ml0rl6srgvpx8ms7a3dapphcr75563pacv46mir";
sha256 = "19rdi2syshrk32hqnjh63fm0wargw546j5wlsnsg1axml0x1xww9";
};
nativeBuildInputs = [ autoreconfHook pkgconfig vala wrapGAppsHook ];