Merge pull request #255713 from r-ryantm/auto-update/commonsBcel

commonsBcel: 6.6.1 -> 6.7.0
This commit is contained in:
Weijia Wang
2023-09-22 11:45:25 +02:00
committed by GitHub
@@ -1,12 +1,12 @@
{lib, stdenv, fetchurl}:
stdenv.mkDerivation rec {
version = "6.6.1";
version = "6.7.0";
pname = "commons-bcel";
src = fetchurl {
url = "mirror://apache/commons/bcel/binaries/bcel-${version}-bin.tar.gz";
sha256 = "sha256-bwbERZqnmXD2LzGilDZYsr7BPQoTeZDwDU/8/AjAdP4=";
hash = "sha256-0b7iXp2iTwqcgI3IE3/Px/5mLT06yV6u5HdYboux6i4=";
};
installPhase = ''