libnice: 0.1.21 -> 0.1.22

Changes: https://github.com/libnice/libnice/blob/master/NEWS
This commit is contained in:
Sergei Trofimovich 2024-03-17 07:50:59 +00:00
parent 79edbc3691
commit 01c7143580
1 changed files with 2 additions and 2 deletions

View File

@ -18,14 +18,14 @@
stdenv.mkDerivation rec {
pname = "libnice";
version = "0.1.21";
version = "0.1.22";
outputs = [ "bin" "out" "dev" ]
++ lib.optionals (stdenv.buildPlatform == stdenv.hostPlatform) [ "devdoc" ];
src = fetchurl {
url = "https://libnice.freedesktop.org/releases/${pname}-${version}.tar.gz";
hash = "sha256-cuc6Ks8g9ZCT4h1WAWBuQFhzUD6zXzRvpiHeI+mbOzk=";
hash = "sha256-pfckzwnq5QxBp1FxQdidpKYeyerKMtpKAHP67VQXrX4=";
};
patches = [