summary refs log tree commit diff
path: root/pkgs/servers/nosql/cassandra/3.0.nix
blob: ce2da3391be1c1eebe0bd6eb1d5877d8ae3f7d63 (plain) (blame)
1
2
3
4
5
6
7
{ callPackage, lib, ... } @ args:
callPackage ./generic.nix (
  args
  // lib.importJSON ./3.0.json
  // {
    generation = "3_0";
  })