mawk: 1.3.4-20171017 -> 1.3.4-20190203

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mawk/versions
This commit is contained in:
R. RyanTM 2019-09-27 11:27:13 -07:00 committed by Jon
parent a86acc7e26
commit 494b1d5b3c

View file

@ -1,14 +1,14 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "mawk-1.3.4-20171017";
name = "mawk-1.3.4-20190203";
src = fetchurl {
urls = [
"ftp://ftp.invisible-island.net/mawk/${name}.tgz"
"https://invisible-mirror.net/archives/mawk/${name}.tgz"
];
sha256 = "0nwyxhipn4jx7j695lih1xggxm6cp4fjk4wbgihd33ni3rfi25yv";
sha256 = "0h5qlslaj5czz4v25hqg8a6kg4c5mlkmdpxhhvpvp1ci08ab7b6s";
};
meta = with stdenv.lib; {