gstreamer: 1.18.1 -> 1.18.2

This commit is contained in:
Luke Granger-Brown
2020-12-17 07:33:19 +01:00
committed by Frederik Rietdijk
parent e60919c3d3
commit 68fdbc6be1
10 changed files with 20 additions and 20 deletions
@@ -12,11 +12,11 @@
stdenv.mkDerivation rec {
pname = "gst-rtsp-server";
version = "1.18.1";
version = "1.18.2";
src = fetchurl {
url = "${meta.homepage}/src/${pname}/${pname}-${version}.tar.xz";
sha256 = "0m7p7sarvi6n9pz0rrl9k3gp3l5s42qs8z0165kyd6fiqdjjia0h";
sha256 = "1qjlp7az0hkzxvq53hwnp55sp6xhbybfwzaj66hp45jslsmj4fcp";
};
outputs = [