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

felix: 7.0.0 -> 7.0.1
This commit is contained in:
Bobby Rong 2021-12-25 10:23:10 +08:00 committed by GitHub
commit afcfcec41a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,10 +2,10 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "apache-felix"; pname = "apache-felix";
version = "7.0.0"; version = "7.0.1";
src = fetchurl { src = fetchurl {
url = "mirror://apache/felix/org.apache.felix.main.distribution-${version}.tar.gz"; url = "mirror://apache/felix/org.apache.felix.main.distribution-${version}.tar.gz";
sha256 = "sha256-ea1QYUqf6m3HB17TrEQ7UEc48fl5QHQMYsN3t0T9VD4="; sha256 = "sha256-WypiOdJhqKngIFVNf/XXAUDRdS8rANxWrcT846hcWTo=";
}; };
buildCommand = buildCommand =
'' ''