Merge pull request #330634 from r-ryantm/auto-update/circumflex
[NixPkgs.git] / pkgs / servers / nosql / cassandra / 3.11.nix
blob695478f05030e90547518066b4e9464c519fb69e
1 { callPackage, lib, ... } @ args:
2 callPackage ./generic.nix (
3   args
4   // lib.importJSON ./3.11.json
5   // {
6     generation = "3_11";
7   })