nixpkgs/pkgs/servers/nosql/cassandra/2.2.nix

7 lines
159 B
Nix
Raw Normal View History

2017-03-07 20:41:49 +00:00
{ callPackage, ... } @ args:
callPackage ./generic.nix (args // {
2019-08-06 09:18:31 +00:00
version = "2.2.14";
sha256 = "1b2x3q1ach44qg07sh8wr7d8a10n36w5522drd3p35djbiwa3d9q";
2017-03-07 20:41:49 +00:00
})