summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-02-09 17:06:10 +0000
committerEmery Hemingway <ehmry@posteo.net>2023-02-09 12:56:50 -0600
commitc257eba8e2cd34d9213ffc6f3c6a81ea9c313a62 (patch)
treef207fe54c944c445c835ff37076897e76c11edbd
parente2a7510f3db12db9820fd45c8edcb6f5c4b33935 (diff)
downloadnixpkgs-c257eba8e2cd34d9213ffc6f3c6a81ea9c313a62.tar
nixpkgs-c257eba8e2cd34d9213ffc6f3c6a81ea9c313a62.tar.gz
nixpkgs-c257eba8e2cd34d9213ffc6f3c6a81ea9c313a62.tar.bz2
nixpkgs-c257eba8e2cd34d9213ffc6f3c6a81ea9c313a62.tar.lz
nixpkgs-c257eba8e2cd34d9213ffc6f3c6a81ea9c313a62.tar.xz
nixpkgs-c257eba8e2cd34d9213ffc6f3c6a81ea9c313a62.tar.zst
nixpkgs-c257eba8e2cd34d9213ffc6f3c6a81ea9c313a62.zip
mawk: 1.3.4-20200120 -> 1.3.4-20230203
-rw-r--r--pkgs/tools/text/mawk/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/text/mawk/default.nix b/pkgs/tools/text/mawk/default.nix
index 62a23318ca2..203a79fa381 100644
--- a/pkgs/tools/text/mawk/default.nix
+++ b/pkgs/tools/text/mawk/default.nix
@@ -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; {