1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-06 07:12:20 +00:00
nixpkgs/pkgs/development/tools/build-managers/rake/gemset.nix
2016-04-29 15:45:11 +02:00

9 lines
158 B
Nix

{
"rake" = {
version = "11.1.1";
source = {
type = "gem";
sha256 = "0h8wcic2xh3lv7yvs05pqnfqb80jyl488f7136lgxmajb0s1rqhg";
};
};
}