Unverified Commit 12c62ed6 authored by Bobby Rong's avatar Bobby Rong
Browse files
parent a323ed3d
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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 = {