Commit 09c1a7a4 authored by Lily Foster's avatar Lily Foster Committed by github-actions[bot]
Browse files

gst_all_1.gst-vaapi: 1.22.6 -> 1.22.7

(cherry picked from commit db986621)
parent 22657d43
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,11 +24,11 @@

stdenv.mkDerivation rec {
  pname = "gstreamer-vaapi";
  version = "1.22.6";
  version = "1.22.7";

  src = fetchurl {
    url = "https://gstreamer.freedesktop.org/src/${pname}/${pname}-${version}.tar.xz";
    hash = "sha256-2bovwmvvmMeOmCxZn1hdRru2X+Ei2onC16tB9GilLHs=";
    hash = "sha256-Dp//douJ3m0xizQUbk54HYK5oPQCXcVBssg0nHvLf2c=";
  };

  outputs = [