1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-28 16:42:09 +00:00
nixpkgs/pkgs/servers/nosql/cassandra/3.11.nix
2018-08-07 16:21:53 +02:00

7 lines
159 B
Nix

{ callPackage, ... } @ args:
callPackage ./generic.nix (args // {
version = "3.11.3";
sha256 = "1fp2sm8v7dpp7iym39c7dh1fmi25x462amgzizl93c21rdq0cbnq";
})