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

commonsBcel: 6.8.2 -> 6.10.0
This commit is contained in:
Sebastián Mancilla 2024-08-22 21:53:31 -04:00 committed by GitHub
commit 39415e1f7a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = ''