python39: 3.9.20 -> 3.9.21; python310: 3.10.15 -> 3.10.16 (#362261)
[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   })