gst_all_1.gst-plugins-ugly: 1.22.9 → 1.24.1

This commit is contained in:
Maxine Aubrey
2024-04-22 21:11:15 +02:00
parent 8a16c9636a
commit 9a941563a6
@@ -26,13 +26,13 @@
stdenv.mkDerivation rec {
pname = "gst-plugins-ugly";
version = "1.22.9";
version = "1.24.1";
outputs = [ "out" "dev" ];
src = fetchurl {
url = "https://gstreamer.freedesktop.org/src/${pname}/${pname}-${version}.tar.xz";
hash = "sha256-C/aF1mAVoB3T/BZxtkocissyHdnUq54Fopqxl4KqYjY=";
hash = "sha256-ZGLTbOZLdCA6izAsEJ52Kx3UBKYjXf7DxCVRBre4aXY=";
};
nativeBuildInputs = [