storm: 2.6.3 -> 2.6.4 (#349509)

This commit is contained in:
Weijia Wang 2024-11-01 14:30:32 +01:00 committed by GitHub
commit 823ea13144
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,12 +8,12 @@
stdenv.mkDerivation (finalAttrs: {
pname = "apache-storm";
version = "2.6.3";
version = "2.6.4";
name = "${finalAttrs.pname}-${finalAttrs.version}";
src = fetchurl {
url = "mirror://apache/storm/${finalAttrs.name}/${finalAttrs.name}.tar.gz";
hash = "sha256-eeb/rejPoRhb0Ag24/MAz/iNgw6wcOouwhdELRFD0xY=";
hash = "sha256-7RNnzqiA0JPDcixvkKjc34mqpZ7+7Ti2B8nY1AXUPl0=";
};
nativeBuildInputs = [ zip unzip ];