commonsBcel: 6.8.0 -> 6.8.1

This commit is contained in:
R. Ryantm
2024-02-03 08:19:57 +00:00
parent 8f2659f142
commit 4cf6bc0080

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