gst_all_1.gst-libav: 1.24.1 → 1.24.2

This commit is contained in:
Maxine Aubrey
2024-04-22 21:11:30 +02:00
parent ed44a1f75f
commit 3549973101
@@ -18,11 +18,11 @@
stdenv.mkDerivation rec {
pname = "gst-libav";
version = "1.24.1";
version = "1.24.2";
src = fetchurl {
url = "https://gstreamer.freedesktop.org/src/${pname}/${pname}-${version}.tar.xz";
hash = "sha256-VJt4IftaTIZtYZeIhJYBUQbMbslv+xKmTm76kaplYv0=";
hash = "sha256-lig4ZI4Uzop4Miqxb4TH2E2Gpte+u2V0rAXeqEp8fJs=";
};
outputs = [ "out" "dev" ];