gst_all_1.gst-plugins-ugly: 1.22.6 -> 1.22.7

(cherry picked from commit 0628efe77e)
This commit is contained in:
Lily Foster
2023-11-25 09:12:12 -05:00
committed by github-actions[bot]
parent d631290ff3
commit de44b58bb7

View File

@@ -26,13 +26,13 @@
stdenv.mkDerivation rec {
pname = "gst-plugins-ugly";
version = "1.22.6";
version = "1.22.7";
outputs = [ "out" "dev" ];
src = fetchurl {
url = "https://gstreamer.freedesktop.org/src/${pname}/${pname}-${version}.tar.xz";
hash = "sha256-PjFFTJjLL39tLTVezrkzqJL6Dx3Am8NsmryTDY4pykg=";
hash = "sha256-UgtGvKY3GJrYaimP8kWy2JN128rIsF102uqRD4Gp6do=";
};
nativeBuildInputs = [