Update Remind
This commit is contained in:
parent
fdad3e5661
commit
02c89b52d9
@ -3,15 +3,15 @@
|
|||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "remind-3.1.8";
|
name = "remind-3.1.8";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://www.roaringpenguin.com/files/download/remind-03.01.08.tar.gz;
|
url = http://www.roaringpenguin.com/files/download/remind-03.01.13.tar.gz;
|
||||||
sha256 = "0gvizrpkbanm515bhd6mq9xxs4g4ji9pplswaj4plaqsk3yw0qjw";
|
sha256 = "0kzw1d53nlj90qfsibbs2gkzp1hamqqxpj57ip4kz1j1xgan69ng";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.roaringpenguin.com/products/remind;
|
homepage = http://www.roaringpenguin.com/products/remind;
|
||||||
description = "Sophisticated calendar and alarm program for the console";
|
description = "Sophisticated calendar and alarm program for the console";
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
maintainers = with stdenv.lib.maintainers; [viric];
|
maintainers = with stdenv.lib.maintainers; [viric raskin];
|
||||||
platforms = with stdenv.lib.platforms; linux;
|
platforms = with stdenv.lib.platforms; linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user