felix: 7.0.0 -> 7.0.1
This commit is contained in:
parent
df77386882
commit
b3d5303965
1 changed files with 2 additions and 2 deletions
|
@ -2,10 +2,10 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "apache-felix";
|
||||
version = "7.0.0";
|
||||
version = "7.0.1";
|
||||
src = fetchurl {
|
||||
url = "mirror://apache/felix/org.apache.felix.main.distribution-${version}.tar.gz";
|
||||
sha256 = "sha256-ea1QYUqf6m3HB17TrEQ7UEc48fl5QHQMYsN3t0T9VD4=";
|
||||
sha256 = "sha256-WypiOdJhqKngIFVNf/XXAUDRdS8rANxWrcT846hcWTo=";
|
||||
};
|
||||
buildCommand =
|
||||
''
|
||||
|
|
Loading…
Reference in a new issue