From ca167b9a974674a1b7aac06855faba9155cd301b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Sat, 16 Jan 2010 14:44:20 +0000 Subject: [PATCH] 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 --- pkgs/tools/system/at/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/system/at/default.nix b/pkgs/tools/system/at/default.nix index 2b79609d6cf..252400bd7f4 100644 --- a/pkgs/tools/system/at/default.nix +++ b/pkgs/tools/system/at/default.nix @@ -1,12 +1,12 @@ { fetchurl, stdenv, bison, flex, pam, ssmtp }: stdenv.mkDerivation { - name = "at-3.1.11"; + name = "at-3.1.12"; src = fetchurl { # 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; - sha256 = "0n995h57x87xg10n8rkq06lynnb3syynfngwspfg91cp22cphycb"; + url = mirror://debian/pool/main/a/at/at_3.1.12.orig.tar.gz; + sha256 = "1wqqrj4lg2ix79ib5kz7lk4hbs1zpw72n6zkd2gdv2my9ymwcmbw"; }; patches = [ ./install.patch ];