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

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

(cherry picked from commit 3b8197a2)
parent 6bf0a26f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "gst-plugins-base";
  version = "1.22.6";
  version = "1.22.7";

  outputs = [ "out" "dev" ];

@@ -53,7 +53,7 @@ stdenv.mkDerivation (finalAttrs: {
    inherit (finalAttrs) pname version;
  in fetchurl {
    url = "https://gstreamer.freedesktop.org/src/${pname}/${pname}-${version}.tar.xz";
    hash = "sha256-UPK00XwC7v5DC776jFzRNLG+eKU8D2DpURNtls9J/Us=";
    hash = "sha256-YlGeDY+Wnr9iqaeZby0j792jMCF6Y19KMsC/HHFXdGg=";
  };

  strictDeps = true;