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

commonsBcel: 6.8.0 -> 6.8.1
This commit is contained in:
Weijia Wang 2024-03-07 10:56:25 +01:00 committed by GitHub
commit 661fa39cf0
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.0";
version = "6.8.1";
pname = "commons-bcel";
src = fetchurl {
url = "mirror://apache/commons/bcel/binaries/bcel-${version}-bin.tar.gz";
hash = "sha256-DdH+LcVY7C9sFqMY1UkMHRcAbtAsyINdTEmaj5Dr0OI=";
hash = "sha256-a7PqcVvS+7tHSU2uXi5gLpl82ZN9hA03VEnCnc5cnRc=";
};
installPhase = ''