spice-vdagent: 0.21.0 -> 0.22.1

This commit is contained in:
Franz Pletz 2023-06-21 15:15:49 +02:00
parent 43be38bd78
commit ca0861a1c8
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -3,15 +3,12 @@
systemd}:
stdenv.mkDerivation rec {
pname = "spice-vdagent";
version = "0.21.0";
version = "0.22.1";
src = fetchurl {
url = "https://www.spice-space.org/download/releases/${pname}-${version}.tar.bz2";
sha256 = "0n8jlc1pv6mkry161y656b1nk9hhhminjq6nymzmmyjl7k95ymzx";
hash = "sha256-k7DRWspHYsx9N5sXmnEBFJ267WK3IRL/+ys+kLEWh6A=";
};
# FIXME: May no longer be needed with spice-vdagent versions over 0.21.0
env.NIX_CFLAGS_COMPILE = "-Wno-error=deprecated-declarations";
postPatch = ''
substituteInPlace data/spice-vdagent.desktop --replace /usr $out
'';