mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
cb68f11dc5
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
24 lines
606 B
Nix
24 lines
606 B
Nix
generic: {
|
|
v70 = generic {
|
|
version = "7.0.2";
|
|
hash = "sha256-QnlBW8zvcuyF+fmrIf/o43Mf61volBYReReADpRfoYA=";
|
|
vendorHash = null;
|
|
};
|
|
v64 = generic {
|
|
version = "6.4.15";
|
|
hash = "sha256-CtmNCuzDVchijinWcop3lGUTVGS2JbiQCbmusyXBQvY=";
|
|
vendorHash = null;
|
|
};
|
|
v60 = generic {
|
|
version = "6.0.26";
|
|
hash = "sha256-MIOKe5hqfDecB1oWZKzbFmJCsQLuAGtp21l2WxxVG+g=";
|
|
vendorHash = null;
|
|
};
|
|
|
|
v50 = generic {
|
|
version = "5.0.41";
|
|
hash = "sha256-pPvw0lPoK1IpsXc5c8Qu9zFhx2oHJz2bwiX80vrYa58=";
|
|
vendorHash = "sha256-qLDoNnEFiSrWXbLtYlmQaqY8Rv6JaG8WbMYBlry5Evc=";
|
|
};
|
|
}
|