libnice: 0.1.18 -> 0.1.21

This commit is contained in:
Lily Foster 2023-03-30 22:25:37 -04:00
parent 188be504d7
commit 41baeb5a9b
No known key found for this signature in database
GPG key ID: 49340081E484C893

View file

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