commonsBcel: 6.8.2 -> 6.10.0

This commit is contained in:
R. Ryantm
2024-08-05 12:49:19 +00:00
parent d8446a5095
commit 179b7a7d45
@@ -1,12 +1,12 @@
{lib, stdenv, fetchurl}:
stdenv.mkDerivation rec {
version = "6.8.2";
version = "6.10.0";
pname = "commons-bcel";
src = fetchurl {
url = "mirror://apache/commons/bcel/binaries/bcel-${version}-bin.tar.gz";
hash = "sha256-VRCRxy+P3uPW9gWy9xHfJ35muhWCHtXNimRmTfba+04=";
hash = "sha256-RRVXxPtwbT9AX92T60uDJpFWF6DiotcG1KvKrlFfEWU=";
};
installPhase = ''