avro-tools: 1.11.3 -> 1.12.0 (#352110)

This commit is contained in:
nixpkgs-merge-bot[bot] 2024-10-30 14:30:35 +00:00 committed by GitHub
commit 4135d3f97d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,14 +7,14 @@
}:
let
pname = "avro-tools";
version = "1.11.3";
version = "1.12.0";
in
stdenv.mkDerivation {
inherit pname version;
src = fetchurl {
url = "mirror://maven/org/apache/avro/avro-tools/${version}/${pname}-${version}.jar";
sha256 = "sha256-dPaV1rZxxE+G/gB7hEDyiMI7ZbzkTpNEtexp/Y6hrPI=";
sha256 = "sha256-+OTQ2UWFLcL5HDv4j33LjKvADg/ClbuS6JPlSUXggIU=";
};
dontUnpack = true;