3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/servers/nosql/cassandra/3.11.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
182 B
Nix
Raw Normal View History

{ callPackage, ... } @ args:
callPackage ./generic.nix (args // {
2022-02-23 14:19:34 +00:00
version = "3.11.12";
sha256 = "16j58l7r47qrfh8q7fm92y935ykgvnbj3qn984c42qda15x92hkw";
2020-12-09 12:01:56 +00:00
generation = "3_11";
})