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

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

(cherry picked from commit 94f7fa95)
parent 7df66729
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [