libnice: 0.1.22 -> 0.1.23
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "libnice";
|
pname = "libnice";
|
||||||
version = "0.1.22";
|
version = "0.1.23";
|
||||||
|
|
||||||
outputs = [
|
outputs = [
|
||||||
"bin"
|
"bin"
|
||||||
@@ -30,7 +30,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://libnice.freedesktop.org/releases/libnice-${finalAttrs.version}.tar.gz";
|
url = "https://libnice.freedesktop.org/releases/libnice-${finalAttrs.version}.tar.gz";
|
||||||
hash = "sha256-pfckzwnq5QxBp1FxQdidpKYeyerKMtpKAHP67VQXrX4=";
|
hash = "sha256-YY/E6N45O3GbFkHB2O7AGCbU050VrekmedIhx/Xk5w0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
|||||||
Reference in New Issue
Block a user