Bobby Rong 2023-08-04 14:53:45 +00:00
parent a323ed3d15
commit 12c62ed616
No known key found for this signature in database

View file

@ -17,11 +17,11 @@
stdenv.mkDerivation rec {
pname = "gupnp-tools";
version = "0.12.0";
version = "0.12.1";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "XqdgfuNlZCxVWSf+3FteH+COdPBh0MPrCL2QG16yAII=";
sha256 = "U8+TEj85fo+PC46eQ2TIanUCpTNPTAvi4FSoJEeL1bo=";
};
nativeBuildInputs = [
@ -42,6 +42,7 @@ stdenv.mkDerivation rec {
];
# new libxml2 version
# TODO: can be dropped on next update
NIX_CFLAGS_COMPILE = [ "-Wno-error=deprecated-declarations" ];
passthru = {