Merge pull request #39161 from zlatko17/master

storm: 1.0.1 -> 1.2.1
This commit is contained in:
Jörg Thalheim 2018-04-21 19:16:58 +01:00 committed by GitHub
commit e7cef5f6ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,11 +4,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "apache-storm-" + version; name = "apache-storm-" + version;
version = "1.0.1"; version = "1.2.1";
src = fetchurl { src = fetchurl {
url = url =
"mirror://apache/storm/${name}/${name}.tar.gz"; "mirror://apache/storm/${name}/${name}.tar.gz";
sha256 = "1gr00s0fhf8ci0faf3x5dinkiw9mlnc1x1vqki8cfszvij6w0x0m"; sha256 = "177dqgbviagrpvalg8h67mwiwwgmiqsg0hh97hcqqcjg71ypnjkv";
}; };
buildInputs = [ zip unzip jzmq ]; buildInputs = [ zip unzip jzmq ];
@ -19,8 +19,7 @@ stdenv.mkDerivation rec {
mv examples $out/share/${name}/. mv examples $out/share/${name}/.
rm -f lib/jzmq* || exit 1 rm -f lib/jzmq* || exit 1
mv lib $out/. mv external extlib* lib $out/.
mv external extlib* $out/lib/.
mv conf bin $out/. mv conf bin $out/.
mv log4j2 $out/conf/. mv log4j2 $out/conf/.
''; '';