summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-08-13 00:40:52 -0500
committerGitHub <noreply@github.com>2022-08-13 00:40:52 -0500
commit0afce9921598604bd7256177c7f8a0c4cac77477 (patch)
treed4bf6e94da5fca101f6b4f9e920f152512b41990
parent0498a636c937e83c6e5b89d5884f90e51c20c35e (diff)
parent0d3fc9d108bf31ad96604c00576711d2ee02f4a8 (diff)
Merge pull request #185240 from r-ryantm/auto-update/avro-tools
avro-tools: 1.11.0 -> 1.11.1
-rw-r--r--pkgs/development/tools/avro-tools/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/avro-tools/default.nix b/pkgs/development/tools/avro-tools/default.nix
index b3cbf9329b86..59ea3f5b15e6 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.11.0";
+ version = "1.11.1";
src = fetchurl {
url =
"mirror://maven/org/apache/avro/avro-tools/${version}/${pname}-${version}.jar";
- sha256 = "sha256-XnfvND5WPojzIS8t0ntwn+3+Zjz9ABEUK2FO6aD4ulw=";
+ sha256 = "sha256-uVTnWXbCS3JQkHWxopixhNue/ihzvukJ0CNDL5gm24g=";
};
dontUnpack = true;