Merge pull request #83396 from r-ryantm/auto-update/spice-vdagent

spice-vdagent: 0.19.0 -> 0.20.0
This commit is contained in:
Marek Mahut 2020-03-29 11:28:29 +02:00 committed by GitHub
commit 76196e9fe6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,10 +2,10 @@
libpciaccess, libxcb, libXrandr, libXinerama, libXfixes, dbus, libdrm,
systemd}:
stdenv.mkDerivation rec {
name = "spice-vdagent-0.19.0";
name = "spice-vdagent-0.20.0";
src = fetchurl {
url = "https://www.spice-space.org/download/releases/${name}.tar.bz2";
sha256 = "0r9gjx1vcgb4f7g85b1ib045kqa3dqjk12m7342i5y443ihpr9v3";
sha256 = "0n9k2kna2gd1zi6jv45zsp2jlv439nz5l5jjijirxqaycwi74srf";
};
NIX_CFLAGS_COMPILE = [ "-Wno-error=address-of-packed-member" ];
postPatch = ''
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
to the client resolution
* Multiple displays
'';
homepage = https://www.spice-space.org/;
homepage = "https://www.spice-space.org/";
license = stdenv.lib.licenses.gpl3;
maintainers = [ stdenv.lib.maintainers.aboseley ];
platforms = stdenv.lib.platforms.linux;