Merge pull request #162595 from r-ryantm/auto-update/avro-tools

avro-tools: 1.9.2 -> 1.11.0
This commit is contained in:
Renaud 2022-03-06 23:21:57 +01:00 committed by GitHub
commit 96c23dea10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "avro-tools";
version = "1.9.2";
version = "1.11.0";
src = fetchurl {
url =
"mirror://maven/org/apache/avro/avro-tools/${version}/${pname}-${version}.jar";
sha256 = "169cv4fjsj69fa2s87gh1i7wk0xzh3l7sx5yyz3cgyjalg4a12n1";
sha256 = "sha256-XnfvND5WPojzIS8t0ntwn+3+Zjz9ABEUK2FO6aD4ulw=";
};
dontUnpack = true;