Commit fead8862 authored by 宋文武's avatar 宋文武 Committed by Vladimír Čunát
Browse files

gst-plugins-base: update from 1.2.3 to 1.2.4 (in #2440)

parent 6da5d792
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
}:

stdenv.mkDerivation rec {
  name = "gst-plugins-base-1.2.3";
  name = "gst-plugins-base-1.2.4";

  meta = {
    description = "Base plugins and helper libraries";
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {

  src = fetchurl {
    url = "${meta.homepage}/src/gst-plugins-base/${name}.tar.xz";
    sha256 = "1qfs4lv91ggcck61pw0ybn3gzvx4kl2vsd6lp8l6ky3hq8syrvb1";
    sha256 = "0l35zh2cdv515zv6n4yif49y6jfxzlf73q6g7k2vr52s7zf76qjd";
  };

  nativeBuildInputs = [