at: 3.1.20 -> 3.1.23 (#45847)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from at
This commit is contained in:
parent
d72125d568
commit
5c0423eff4
|
@ -5,12 +5,12 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "at-${version}";
|
name = "at-${version}";
|
||||||
version = "3.1.20";
|
version = "3.1.23";
|
||||||
|
|
||||||
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_${version}.orig.tar.gz";
|
url = "mirror://debian/pool/main/a/at/at_${version}.orig.tar.gz";
|
||||||
sha256 = "1fgsrqpx0r6qcjxmlsqnwilydhfxn976c870mjc0n1bkmcy94w88";
|
sha256 = "040pr2ivfbrhvrhzis97cpwfkzpr7nin33nc301aga5aajlhlicp";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
|
Loading…
Reference in New Issue