at: update from 3.1.14 to 3.1.15

This commit is contained in:
Nixpkgs Monitor 2014-09-06 19:04:08 +02:00 committed by Aristid Breitkreuz
parent 73bd403a57
commit d54fd845bc

View File

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