Merge pull request #260113 from r-ryantm/auto-update/felix

felix: 7.0.1 -> 7.0.5
This commit is contained in:
Weijia Wang
2023-10-17 23:42:27 +02:00
committed by GitHub
+2 -2
View File
@@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
pname = "apache-felix";
version = "7.0.1";
version = "7.0.5";
src = fetchurl {
url = "mirror://apache/felix/org.apache.felix.main.distribution-${version}.tar.gz";
sha256 = "sha256-WypiOdJhqKngIFVNf/XXAUDRdS8rANxWrcT846hcWTo=";
sha256 = "sha256-N9mbkIzMkMV2RLONv15EiosJxMU9iEJvwPWEauPIEe8=";
};
buildCommand =
''