summary refs log tree commit diff
path: root/pkgs/servers/nosql/cassandra/3.0.nix
blob: b6621ec954858f6a5bf8f63db4ff9d8aa47116fb (plain) (blame)
1
2
3
4
5
6
{ callPackage, ... } @ args:

callPackage ./generic.nix (args // {
  version = "3.0.15";
  sha256 = "1n92wpp5gm41r4agjwjw9ymnnn114pmaqf04c1dx3fksk100wd5g";
})