mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
at: update from 3.1.15 to 3.1.16
This commit is contained in:
parent
bb0c2fab6d
commit
68985618c2
1 changed files with 3 additions and 3 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue