mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 08:30:57 +00:00
mawk: 1.3.4-20200120 -> 1.3.4-20230203
This commit is contained in:
committed by
Emery Hemingway
parent
e2a7510f3d
commit
c257eba8e2
@@ -2,14 +2,14 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "mawk";
|
||||
version = "1.3.4-20200120";
|
||||
version = "1.3.4-20230203";
|
||||
|
||||
src = fetchurl {
|
||||
urls = [
|
||||
"ftp://ftp.invisible-island.net/mawk/mawk-${version}.tgz"
|
||||
"https://invisible-mirror.net/archives/mawk/mawk-${version}.tgz"
|
||||
];
|
||||
sha256 = "0dw2icf8bnqd9y0clfd9pkcxz4b2phdihwci13z914mf3wgcvm3z";
|
||||
sha256 = "sha256-bbejKsecURB60xpAfU+SxrhC3eL2inUztOe3sD6JAL4=";
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
|
||||
Reference in New Issue
Block a user