forgejo-lts: 7.0.10 -> 7.0.11
[NixPkgs.git] / pkgs / servers / nosql / cassandra / 4.nix
blob5674d48664759ece7f7252a6423acdd54509f435
1 # GENERATED BY update.sh
2 { callPackage, lib, ... } @ args:
3 callPackage ./generic.nix (
4   args
5   // lib.importJSON ./4.json
6   // {
7     generation = "4";
8   })