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

commonsBcel: 6.8.1 -> 6.8.2
This commit is contained in:
Weijia Wang 2024-05-05 17:50:32 +02:00 committed by GitHub
commit 5c1688feaf
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.1";
version = "6.8.2";
pname = "commons-bcel";
src = fetchurl {
url = "mirror://apache/commons/bcel/binaries/bcel-${version}-bin.tar.gz";
hash = "sha256-a7PqcVvS+7tHSU2uXi5gLpl82ZN9hA03VEnCnc5cnRc=";
hash = "sha256-VRCRxy+P3uPW9gWy9xHfJ35muhWCHtXNimRmTfba+04=";
};
installPhase = ''