at: 3.1.16 -> 3.1.20
This commit is contained in:
parent
b2eff3c60d
commit
00a9902297
@ -1,12 +1,13 @@
|
|||||||
{ fetchurl, stdenv, bison, flex, pam, sendmailPath ? "/run/wrappers/bin/sendmail" }:
|
{ fetchurl, stdenv, bison, flex, pam, sendmailPath ? "/run/wrappers/bin/sendmail" }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation rec {
|
||||||
name = "at-3.1.16";
|
name = "at-${version}";
|
||||||
|
version = "3.1.20";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
# Debian is apparently the last location where it can be found.
|
# Debian is apparently the last location where it can be found.
|
||||||
url = mirror://debian/pool/main/a/at/at_3.1.16.orig.tar.gz;
|
url = "mirror://debian/pool/main/a/at/at_${version}.orig.tar.gz";
|
||||||
sha256 = "1hfmnhgi95vsfaa69qlakpwd22al0m0rhqms6sawxvaldafgb6nb";
|
sha256 = "1fgsrqpx0r6qcjxmlsqnwilydhfxn976c870mjc0n1bkmcy94w88";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./install.patch ];
|
patches = [ ./install.patch ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user