spice-vdagent: 0.19.0 -> 0.20.0

wip/yesman
R. RyanTM 4 years ago
parent 0bfd0187da
commit bbb3586884
  1. 6
      pkgs/applications/virtualization/spice-vdagent/default.nix

@ -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;

Loading…
Cancel
Save