gst_all_1.gstreamer: 1.22.2 -> 1.22.3

This commit is contained in:
Lily Foster 2023-05-19 18:33:37 -04:00
parent bae09e7319
commit 9ee245dce6
No known key found for this signature in database
GPG Key ID: 49340081E484C893

View File

@ -24,7 +24,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gstreamer";
version = "1.22.2";
version = "1.22.3";
outputs = [
"bin"
@ -36,7 +36,7 @@ stdenv.mkDerivation (finalAttrs: {
inherit (finalAttrs) pname version;
in fetchurl {
url = "https://gstreamer.freedesktop.org/src/${pname}/${pname}-${version}.tar.xz";
hash = "sha256-sq/nNgOSHGCLpIlp27fXQ3dnRL/l2AWeziQRN7f4jiE=";
hash = "sha256-n/6rlQU/n2mV6zs9oiXojyHBKc1g2gAtP3ldtw1tWXQ=";
};
depsBuildBuild = [