gst_all_1.gstreamer: 1.22.7 -> 1.22.8

This commit is contained in:
Lily Foster 2023-12-22 10:51:25 -05:00
parent 54aac082a4
commit 4170b88191
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.7";
version = "1.22.8";
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-AeQsY1Kga9+kRW5ksGq32YxcSHolVXx2FVRjHL2mQhc=";
hash = "sha256-rU49sXcRObHbF7Gvp8BdsIOuAQC9TaJEtx8WLczkG/w=";
};
depsBuildBuild = [