about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2021-11-16 11:01:32 +0000
committerGitHub <noreply@github.com>2021-11-16 11:01:32 +0000
commit237f5df65a21c8da68d13a93eda491917b958114 (patch)
tree2e16c30e20bbbd96d1996e433e46b2b9867442cd
parent714665cf9548bfb4f4dfcf3baa274ea78e6d7138 (diff)
parentd8b840f9544227513666b38db7f3abf0b4220a2e (diff)
Merge pull request #146222 from markus1189/visidata-2-7
visidata: 2.7 -> 2.7.1
-rw-r--r--pkgs/applications/misc/visidata/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/misc/visidata/default.nix b/pkgs/applications/misc/visidata/default.nix
index 79a0758a2a5be..6c1f035dfef66 100644
--- a/pkgs/applications/misc/visidata/default.nix
+++ b/pkgs/applications/misc/visidata/default.nix
@@ -25,13 +25,13 @@
 }:
 buildPythonApplication rec {
   pname = "visidata";
-  version = "2.7";
+  version = "2.7.1";
 
   src = fetchFromGitHub {
     owner = "saulpw";
     repo = "visidata";
     rev = "v${version}";
-    sha256 = "0b2h9vy0fch0bk0b33h8p4ssk3a25j67sfn0yvmxhbqjdmhlwv4h";
+    sha256 = "13s1541n1sr2rkfk1qpsm61y2q773x6fs4cwin660qq4bzmgymhy";
   };
 
   propagatedBuildInputs = [
@@ -90,7 +90,7 @@ buildPythonApplication rec {
   meta = {
     description = "Interactive terminal multitool for tabular data";
     license = lib.licenses.gpl3;
-    maintainers = [ lib.maintainers.raskin ];
+    maintainers = with lib.maintainers; [ raskin markus1189 ];
     homepage = "http://visidata.org/";
     changelog = "https://github.com/saulpw/visidata/blob/v${version}/CHANGELOG.md";
   };