commonsBcel: 6.7.0 -> 6.8.0

This commit is contained in:
R. Ryantm
2023-12-17 05:00:17 +00:00
parent 74578d8b1a
commit c1685afe50
@@ -1,12 +1,12 @@
{lib, stdenv, fetchurl}:
stdenv.mkDerivation rec {
version = "6.7.0";
version = "6.8.0";
pname = "commons-bcel";
src = fetchurl {
url = "mirror://apache/commons/bcel/binaries/bcel-${version}-bin.tar.gz";
hash = "sha256-0b7iXp2iTwqcgI3IE3/Px/5mLT06yV6u5HdYboux6i4=";
hash = "sha256-DdH+LcVY7C9sFqMY1UkMHRcAbtAsyINdTEmaj5Dr0OI=";
};
installPhase = ''