summary refs log tree commit diff
path: root/pkgs/development/tools/avro-tools
diff options
context:
space:
mode:
authorProvidence Salumu <Providence.Salumu@smunix.com>2020-09-06 07:06:53 -0400
committerProvidence Salumu <Providence.Salumu@smunix.com>2020-09-06 07:13:56 -0400
commit2ed8043a8e72e605365aeea7382cbd3795357759 (patch)
tree100399c708739297ffc662772815210850dd4bb4 /pkgs/development/tools/avro-tools
parent91ad566e18b28cc52bf7ed1ea13390929b2ec103 (diff)
downloadnixpkgs-2ed8043a8e72e605365aeea7382cbd3795357759.tar
nixpkgs-2ed8043a8e72e605365aeea7382cbd3795357759.tar.gz
nixpkgs-2ed8043a8e72e605365aeea7382cbd3795357759.tar.bz2
nixpkgs-2ed8043a8e72e605365aeea7382cbd3795357759.tar.lz
nixpkgs-2ed8043a8e72e605365aeea7382cbd3795357759.tar.xz
nixpkgs-2ed8043a8e72e605365aeea7382cbd3795357759.tar.zst
nixpkgs-2ed8043a8e72e605365aeea7382cbd3795357759.zip
avro-tools: 1.9.1 -> 1.9.2
Diffstat (limited to 'pkgs/development/tools/avro-tools')
-rw-r--r--pkgs/development/tools/avro-tools/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/avro-tools/default.nix b/pkgs/development/tools/avro-tools/default.nix
index c337afa5a6d..e78f3444997 100644
--- a/pkgs/development/tools/avro-tools/default.nix
+++ b/pkgs/development/tools/avro-tools/default.nix
@@ -2,12 +2,12 @@
 
 stdenv.mkDerivation rec {
   pname = "avro-tools";
-  version = "1.9.1";
+  version = "1.9.2";
 
   src = fetchurl {
     url =
     "https://repo1.maven.org/maven2/org/apache/avro/avro-tools/${version}/${pname}-${version}.jar";
-    sha256 = "0d73qbfx59pa4mgsjwgl5dvc4895rm90pdwr4sbd77biscjad94s";
+    sha256 = "169cv4fjsj69fa2s87gh1i7wk0xzh3l7sx5yyz3cgyjalg4a12n1";
   };
 
   dontUnpack = true;
@@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
     homepage    = "https://avro.apache.org/";
     description = "Avro command-line tools and utilities";
     license     = lib.licenses.asl20;
-    maintainers = [ lib.maintainers.nequissimus ];
+    maintainers = with lib.maintainers; [ nequissimus ];
   };
 }