felix: 7.0.1 -> 7.0.5
This commit is contained in:
parent
8a0223ec08
commit
7e9acf8e53
1 changed files with 2 additions and 2 deletions
|
@ -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 =
|
||||
''
|
||||
|
|
Loading…
Reference in a new issue