gnome3.gpaste: 3.24.2 → 3.26.0

This commit is contained in:
Jan Tojnar 2017-09-19 04:02:37 +02:00
parent 699aa4fc86
commit b6d6a1fb79
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.24.2";
version = "3.26.0";
name = "gpaste-${version}";
src = fetchurl {
url = "https://github.com/Keruspe/GPaste/archive/v${version}.tar.gz";
sha256 = "16142jfpkz8qfs7zp9k3c5l9pnvxbr5yygj8jdpx6by1142s6340";
sha256 = "0xlcbm9qnw61h6xwa1c0lz5mp1ca3vjjn5wpk0ahhhl6k94mzjs7";
};
nativeBuildInputs = [ autoreconfHook pkgconfig vala wrapGAppsHook ];