nixpkgs/pkgs/development/interpreters/ruby/bundix/gemset.nix

22 lines
496 B
Nix
Raw Normal View History

2015-01-20 07:07:55 +01:00
{
"bundix" = {
2015-02-27 02:35:21 +01:00
version = "1.0.2";
2015-01-20 07:07:55 +01:00
source = {
type = "git";
url = "https://github.com/cstrahan/bundix.git";
2015-04-16 01:07:09 +02:00
rev = "c879cf901ff8084b4c97aaacfb5ecbdb0f95cc03";
sha256 = "05kmdnq4qa5h8l3asv05cjpnyplnqqx6hrqybj2cjlzmdxnkkgyj";
2015-01-20 07:07:55 +01:00
fetchSubmodules = false;
};
dependencies = [
"thor"
];
};
"thor" = {
version = "0.19.1";
source = {
type = "gem";
sha256 = "08p5gx18yrbnwc6xc0mxvsfaxzgy2y9i78xq7ds0qmdm67q39y4z";
};
};
2015-02-27 02:35:21 +01:00
}