Updating 'at' from 3.1.11 to 3.1.12.

The debian repository only has 3.1.10 and 3.1.12. I don't know why.


svn path=/nixpkgs/trunk/; revision=19480
This commit is contained in:
Lluís Batlle i Rossell 2010-01-16 14:44:20 +00:00
parent 56b3954028
commit ca167b9a97

View File

@ -1,12 +1,12 @@
{ fetchurl, stdenv, bison, flex, pam, ssmtp }: { fetchurl, stdenv, bison, flex, pam, ssmtp }:
stdenv.mkDerivation { stdenv.mkDerivation {
name = "at-3.1.11"; name = "at-3.1.12";
src = fetchurl { src = fetchurl {
# Debian is apparently the last location where it can be found. # Debian is apparently the last location where it can be found.
url = mirror://debian/pool/main/a/at/at_3.1.11.orig.tar.gz; url = mirror://debian/pool/main/a/at/at_3.1.12.orig.tar.gz;
sha256 = "0n995h57x87xg10n8rkq06lynnb3syynfngwspfg91cp22cphycb"; sha256 = "1wqqrj4lg2ix79ib5kz7lk4hbs1zpw72n6zkd2gdv2my9ymwcmbw";
}; };
patches = [ ./install.patch ]; patches = [ ./install.patch ];