3
0
Fork 0
forked from mirrors/nixpkgs

libcue: update from 1.3.0 to 1.4.0

This commit is contained in:
Nixpkgs Monitor 2013-12-04 06:25:05 +02:00 committed by Evgeny Egorochkin
parent 03d64a9041
commit 027003079b

View file

@ -1,9 +1,9 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "libcue-1.3.0";
name = "libcue-1.4.0";
src = fetchurl {
url = "mirror://sourceforge/libcue/${name}.tar.bz2";
sha256 = "0gcd9maxh82fc0qah0q8xh74sch0px3n7c0qx0298n2qbk2mkn12";
sha256 = "17kjd7rjz1bvfn44n3n2bjb7a1ywd0yc0g4sqp5ihf9b5bn7cwlb";
};
meta = {
description = "A library to parse a cue sheet";