From f3aee4d107d89b36092a623d9198c4978f8e9753 Mon Sep 17 00:00:00 2001 From: Marc Weber Date: Fri, 13 Feb 2009 18:06:25 +0000 Subject: [PATCH] at version bump to 3.1.10.2 svn path=/nixpkgs/trunk/; revision=14078 --- 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 21b35ad9b95..3acc5fd877d 100644 --- a/pkgs/tools/system/at/default.nix +++ b/pkgs/tools/system/at/default.nix @@ -5,8 +5,8 @@ stdenv.mkDerivation { src = fetchurl { # Debian is apparently the last location where it can be found. - url = mirror://debian/pool/main/a/at/at_3.1.10.1.tar.gz; - sha256 = "188j6v0hq9avd9v7mhc8gdyg4wycc7lqviw4idwn0jjvwkky5428"; + url = mirror://debian/pool/main/a/at/at_3.1.10.2.tar.gz; + sha256 = "03v96zil1xs15px26xmhxsfn7wx84a3zwpnwmp69hn5s911api1m"; }; patches = [ ./install.patch ]; @@ -28,4 +28,4 @@ stdenv.mkDerivation { license = "GPLv2+"; homepage = http://packages.qa.debian.org/at; }; -} \ No newline at end of file +}