gnome3.gpaste: 3.26.0 -> 3.28.0
This commit is contained in:
parent
90a2e8d4f2
commit
d7bf83e2b5
|
@ -2,12 +2,12 @@
|
||||||
, pango, gtk3, gnome3, dbus, clutter, appstream-glib, wrapGAppsHook, systemd, gobjectIntrospection }:
|
, pango, gtk3, gnome3, dbus, clutter, appstream-glib, wrapGAppsHook, systemd, gobjectIntrospection }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "3.26.0";
|
version = "3.28.0";
|
||||||
name = "gpaste-${version}";
|
name = "gpaste-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/Keruspe/GPaste/archive/v${version}.tar.gz";
|
url = "https://github.com/Keruspe/GPaste/archive/v${version}.tar.gz";
|
||||||
sha256 = "0xlcbm9qnw61h6xwa1c0lz5mp1ca3vjjn5wpk0ahhhl6k94mzjs7";
|
sha256 = "15zigqmhd2x58ml0rl6srgvpx8ms7a3dapphcr75563pacv46mir";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook pkgconfig vala wrapGAppsHook ];
|
nativeBuildInputs = [ autoreconfHook pkgconfig vala wrapGAppsHook ];
|
||||||
|
|
Loading…
Reference in New Issue