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
@@ -1,9 +1,9 @@
{ stdenv, fetchurl, pkgconfig, perl, bison, flex, python, gobjectIntrospection
, glib
, glib
}:
stdenv.mkDerivation rec {
name = "gstreamer-1.4.0";
name = "gstreamer-1.4.1";
meta = {
description = "Open source multimedia framework";
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "${meta.homepage}/src/gstreamer/${name}.tar.xz";
sha256 = "15f68pn2b47x543ih7hj59czgzl4af14j15bgjq8ky145gf9zhr3";
sha256 = "5638f75003282135815c0077d491da11e9a884ad91d4ba6ab3cc78bae0fb452e";
};
nativeBuildInputs = [