gstreamer-1: bugfix-only update of all components

1.4.0 -> 1.4.1
This commit is contained in:
Vladimír Čunát
2014-08-30 11:24:25 +02:00
parent aa3248c62e
commit 01c0be6ece
6 changed files with 14 additions and 14 deletions
@@ -4,7 +4,7 @@
}:
stdenv.mkDerivation rec {
name = "gst-plugins-base-1.4.0";
name = "gst-plugins-base-1.4.1";
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 = "07jcs08hjyban0amls5s0g6i4a1hwiir1llwpqzlwkmnhfwx9bjx";
sha256 = "aea9e25be6691bd3cc0785d005b2b5d70ce313a2c897901680a3f7e7cab5a499";
};
nativeBuildInputs = [