Commit e11af6c7 authored by Jan Tojnar's avatar Jan Tojnar
Browse files

gupnp-igd: freeze updates

1.6.0 has a different API version.
parent 03c8301d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -58,6 +58,7 @@ stdenv.mkDerivation rec {
    updateScript = gnome.updateScript {
      packageName = pname;
      versionPolicy = "odd-unstable";
      freeze = true;
    };
  };