bobcat: 3.25.01 -> 3.25.02

Adds missing implementation of the member function BigInt::ulong(),
and gets rid of another sourceforge URI.
This commit is contained in:
Tobias Geerinckx-Rice 2015-07-03 05:07:25 +02:00
parent 4f2b22aff0
commit 2f752c3097
1 changed files with 4 additions and 4 deletions

View File

@ -1,13 +1,13 @@
{ stdenv, fetchurl, gcc49, icmake, libmilter, libX11, openssl, readline
, utillinux, yodl }:
let version = "3.25.01"; in
stdenv.mkDerivation rec {
let version = "3.25.02"; in
stdenv.mkDerivation {
name = "bobcat-${version}";
src = fetchurl {
sha256 = "07qc10hnjpmc2wq14kw01vfww5i049y0jmdvkiiafw33ffy0wdca";
url = "mirror://sourceforge/bobcat/bobcat/${version}/bobcat_${version}.orig.tar.gz";
sha256 = "0b1370li4q82fqj982vng9cwkf23k2c1df5jsdcgkrk01r53dxry";
url = "mirror://debian/pool/main/b/bobcat/bobcat_${version}.orig.tar.gz";
};
meta = with stdenv.lib; {