orc: bugfix update (mainly memory leaks), doCheck

This commit is contained in:
Vladimír Čunát 2014-04-19 12:14:20 +02:00
parent 060a3da168
commit c8f633564e

View file

@ -1,13 +1,15 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "orc-0.4.18";
name = "orc-0.4.19";
src = fetchurl {
url = "http://code.entropywave.com/download/orc/${name}.tar.gz";
sha256 = "093a7a495bsy3j6i4wxaxqbqxk6hwg2hdhgvvkabwhlz4nkwilrl";
url = "http://gstreamer.freedesktop.org/src/orc/${name}.tar.gz";
sha256 = "17mmgwll2waz44m908lcxc5fd6n44yysh7p4pdw33hr138r507z2";
};
doCheck = true;
meta = {
description = "The Oil Runtime Compiler";
homepage = "http://code.entropywave.com/orc/";