gst_all_1.gst-plugins-base: 1.24.2 -> 1.24.3

This commit is contained in:
Lily Foster 2024-05-22 10:47:09 -04:00
parent c354a3421e
commit f2b478da88
No known key found for this signature in database
GPG Key ID: 49340081E484C893

View File

@ -46,7 +46,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gst-plugins-base";
version = "1.24.2";
version = "1.24.3";
outputs = [ "out" "dev" ];
@ -54,7 +54,7 @@ stdenv.mkDerivation (finalAttrs: {
inherit (finalAttrs) pname version;
in fetchurl {
url = "https://gstreamer.freedesktop.org/src/${pname}/${pname}-${version}.tar.xz";
hash = "sha256-KC8cyAZcm2Lragog+56DKPjlKW3yRYtyNtqnKcQa52k=";
hash = "sha256-8QlDl+qnky8G5X67sHWqM6osduS3VjChawLI1K9Ggy4=";
};
strictDeps = true;