gupnp-tools: 0.12.0 → 0.12.1
https://gitlab.gnome.org/GNOME/gupnp-tools/-/compare/gupnp-tools-0.12.0...gupnp-tools-0.12.1
This commit is contained in:
parent
a323ed3d15
commit
12c62ed616
1 changed files with 3 additions and 2 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue