Merge pull request #39238 from r-ryantm/auto-update/gpaste

gnome3.gpaste: 3.28.1 -> 3.28.2
This commit is contained in:
Jörg Thalheim 2018-04-21 11:57:45 +01:00 committed by GitHub
commit 802c18c632
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,12 +2,12 @@
, pango, gtk3, gnome3, dbus, clutter, appstream-glib, wrapGAppsHook, systemd, gobjectIntrospection }:
stdenv.mkDerivation rec {
version = "3.28.1";
version = "3.28.2";
name = "gpaste-${version}";
src = fetchurl {
url = "https://github.com/Keruspe/GPaste/archive/v${version}.tar.gz";
sha256 = "19rdi2syshrk32hqnjh63fm0wargw546j5wlsnsg1axml0x1xww9";
sha256 = "1zfx73qpw976hyzp5k569lywsq2b6dbnnzf2cvhjvn3mvkw8pin2";
};
nativeBuildInputs = [ autoreconfHook pkgconfig vala wrapGAppsHook ];