aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/libebml
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@viric.name>2013-11-05 22:43:50 +0100
committerLluís Batlle i Rossell <viric@viric.name>2013-11-05 23:20:27 +0100
commit1045df3197c5e735801952461538e3825961075d (patch)
tree46c0e89b65c362590e8fe77789ff17f0a09eec88 /pkgs/development/libraries/libebml
parent43ecb12e939ce89dec73e2390c33a2bb09bb92c1 (diff)
Updating mkvtoolnix, libebml, libmatroska to latest versions.
Diffstat (limited to 'pkgs/development/libraries/libebml')
-rw-r--r--pkgs/development/libraries/libebml/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libebml/default.nix b/pkgs/development/libraries/libebml/default.nix
index d85c205c68a6..a2065111190f 100644
--- a/pkgs/development/libraries/libebml/default.nix
+++ b/pkgs/development/libraries/libebml/default.nix
@@ -1,11 +1,11 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
- name = "libebml-1.2.2";
+ name = "libebml-1.3.0";
src = fetchurl {
url = "http://dl.matroska.org/downloads/libebml/${name}.tar.bz2";
- sha256 = "19dp8m97xaj46iv6ahb5v0fb9sawjiy8wy1ylljc15ka8g30hss7";
+ sha256 = "1plnh2dv8k9s4d06c2blv2sl8bnz6d6shvj0h00al597nvb79c43";
};
configurePhase = "cd make/linux";