gst_all_1.gstreamer: 1.24.2 -> 1.24.3

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

View File

@ -25,7 +25,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gstreamer";
version = "1.24.2";
version = "1.24.3";
outputs = [
"bin"
@ -37,7 +37,7 @@ stdenv.mkDerivation (finalAttrs: {
inherit (finalAttrs) pname version;
in fetchurl {
url = "https://gstreamer.freedesktop.org/src/${pname}/${pname}-${version}.tar.xz";
hash = "sha256-nK/dI70YDxaBxWzTpoeahJfM8k2m9CKmtvNW+gdKhIE=";
hash = "sha256-EiXvSjKfrhytxexyfaskmtVn6AcoeUk1Yc65HtNKpBQ=";
};
depsBuildBuild = [