summary refs log tree commit diff
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authorNixpkgs Monitor <none@none>2014-09-06 19:04:08 +0200
committerAristid Breitkreuz <aristidb@gmail.com>2014-09-06 19:04:08 +0200
commitd54fd845bc785aa55913e7c65190738a944b1391 (patch)
treea84e32deed9d0f477eb4c698fb2d00858f7399d4 /pkgs/tools/system
parent73bd403a579257b7483bc49977fa6c00239c2228 (diff)
downloadnixlib-d54fd845bc785aa55913e7c65190738a944b1391.tar
nixlib-d54fd845bc785aa55913e7c65190738a944b1391.tar.gz
nixlib-d54fd845bc785aa55913e7c65190738a944b1391.tar.bz2
nixlib-d54fd845bc785aa55913e7c65190738a944b1391.tar.lz
nixlib-d54fd845bc785aa55913e7c65190738a944b1391.tar.xz
nixlib-d54fd845bc785aa55913e7c65190738a944b1391.tar.zst
nixlib-d54fd845bc785aa55913e7c65190738a944b1391.zip
at: update from 3.1.14 to 3.1.15
Diffstat (limited to 'pkgs/tools/system')
-rw-r--r--pkgs/tools/system/at/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/system/at/default.nix b/pkgs/tools/system/at/default.nix
index 2964db34e124..1dc36043ea9e 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.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 ];