depot/third_party/nixpkgs/pkgs/servers/nosql/cassandra/4.nix

9 lines
175 B
Nix
Raw Normal View History

# GENERATED BY update.sh
{ callPackage, ... } @ args:
callPackage ./generic.nix (
args
// builtins.fromJSON (builtins.readFile ./4.json)
// {
generation = "4";
})