libical-0.48
svn path=/nixpkgs/trunk/; revision=31539
This commit is contained in:
parent
4e5092d0c6
commit
cf207c3e83
@ -1,10 +1,10 @@
|
|||||||
{stdenv, fetchurl, perl}:
|
{stdenv, fetchurl, perl}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libical-0.47";
|
name = "libical-0.48";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/freeassociation/${name}.tar.gz";
|
url = "mirror://sourceforge/freeassociation/${name}.tar.gz";
|
||||||
sha256 = "1218vaaks9lvx31mrc8212kyngw2k68xm0914vrd77ixn55vnk5g";
|
sha256 = "1w6znkh0xxhbcm717mbzfva9ycrqs2lajhng391i7pghaw3qprra";
|
||||||
};
|
};
|
||||||
buildNativeInputs = [ perl ];
|
buildNativeInputs = [ perl ];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user