gst_all_1.gst-plugins-ugly: 1.24.3 -> 1.24.7

This commit is contained in:
Emily 2024-09-02 16:49:55 +01:00
parent 376d22b787
commit 12eaa68d40

View File

@ -25,13 +25,13 @@
stdenv.mkDerivation rec {
pname = "gst-plugins-ugly";
version = "1.24.3";
version = "1.24.7";
outputs = [ "out" "dev" ];
src = fetchurl {
url = "https://gstreamer.freedesktop.org/src/${pname}/${pname}-${version}.tar.xz";
hash = "sha256-TJUTQcTGSGMLb+EjTsET2B3S0khSm/K1R44K0HfIDtM=";
hash = "sha256-PclU/FP+GIg2cDIqHCFePGUpA24KabMPZHgc1AwmhZM=";
};
nativeBuildInputs = [