gstreamer: 1.18.1 -> 1.18.2

This commit is contained in:
Luke Granger-Brown
2020-12-07 01:15:03 +00:00
committed by Frederik Rietdijk
parent e60919c3d3
commit 68fdbc6be1
10 changed files with 20 additions and 20 deletions

View File

@@ -12,11 +12,11 @@
stdenv.mkDerivation rec {
pname = "gst-devtools";
version = "1.18.1";
version = "1.18.2";
src = fetchurl {
url = "${meta.homepage}/src/${pname}/${pname}-${version}.tar.xz";
sha256 = "1pxhg8n5nl34baq6mb07i27b33gaw47zrv5yalyj6f12pnx148ki";
sha256 = "0mhascwvgirgh7b5dykpnk06f7f5g62gh3sl30i6kygiidqkv9vf";
};
patches = [