gst_all_1.gst-editing-services: 1.22.6 -> 1.22.7

(cherry picked from commit 94f7fa9544)
This commit is contained in:
Lily Foster
2023-11-25 09:13:10 -05:00
committed by github-actions[bot]
parent 7df66729af
commit 73a64304f8

View File

@@ -18,7 +18,7 @@
stdenv.mkDerivation rec {
pname = "gst-editing-services";
version = "1.22.6";
version = "1.22.7";
outputs = [
"out"
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "https://gstreamer.freedesktop.org/src/${pname}/${pname}-${version}.tar.xz";
hash = "sha256-dI1CNnLFl/h24TCAT7mEhI9bS4nv14pQbLF/dkZ5UwE=";
hash = "sha256-/sVqLDeiU80EjSiNTH7abv8ZECKwnbl14HosEF0bUh4=";
};
nativeBuildInputs = [