summary refs log tree commit diff
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authorAristid Breitkreuz <aristidb@gmail.com>2014-10-06 21:46:29 +0200
committerAristid Breitkreuz <aristidb@gmail.com>2014-10-06 21:47:34 +0200
commit68985618c227af5ebcee7ac99df5cb66269b0fbe (patch)
treeee06341f1ce35857d45a2efcb77f6ee9487bf9ec /pkgs/tools/system
parentbb0c2fab6dd0cf4563806e9571653511d4148b9f (diff)
downloadnixlib-68985618c227af5ebcee7ac99df5cb66269b0fbe.tar
nixlib-68985618c227af5ebcee7ac99df5cb66269b0fbe.tar.gz
nixlib-68985618c227af5ebcee7ac99df5cb66269b0fbe.tar.bz2
nixlib-68985618c227af5ebcee7ac99df5cb66269b0fbe.tar.lz
nixlib-68985618c227af5ebcee7ac99df5cb66269b0fbe.tar.xz
nixlib-68985618c227af5ebcee7ac99df5cb66269b0fbe.tar.zst
nixlib-68985618c227af5ebcee7ac99df5cb66269b0fbe.zip
at: update from 3.1.15 to 3.1.16
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 5108174c8870..9a6e610389bb 100644
--- a/pkgs/tools/system/at/default.nix
+++ b/pkgs/tools/system/at/default.nix
@@ -1,12 +1,12 @@
 { fetchurl, stdenv, bison, flex, pam, sendmailPath ? "/var/setuid-wrappers/sendmail" }:
 
 stdenv.mkDerivation {
-  name = "at-3.1.15";
+  name = "at-3.1.16";
 
   src = fetchurl {
     # Debian is apparently the last location where it can be found.
-    url = mirror://debian/pool/main/a/at/at_3.1.15.orig.tar.gz;
-    sha256 = "1z7pgglr0zmwapb4sc1bdb3z0hgig1asyzqv4gs5xafmjd94za03";
+    url = mirror://debian/pool/main/a/at/at_3.1.16.orig.tar.gz;
+    sha256 = "1hfmnhgi95vsfaa69qlakpwd22al0m0rhqms6sawxvaldafgb6nb";
   };
 
   patches = [ ./install.patch ];