summary refs log tree commit diff
path: root/pkgs/development/interpreters/ruby/bundix/gemset.nix
blob: f8f6546671d9c533790535505414890ffcee4ead (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "bundix" = {
    version = "1.0.2";
    source = {
      type = "git";
      url = "https://github.com/cstrahan/bundix.git";
      rev = "c879cf901ff8084b4c97aaacfb5ecbdb0f95cc03";
      sha256 = "05kmdnq4qa5h8l3asv05cjpnyplnqqx6hrqybj2cjlzmdxnkkgyj";
      fetchSubmodules = false;
    };
    dependencies = [
      "thor"
    ];
  };
  "thor" = {
    version = "0.19.1";
    source = {
      type = "gem";
      sha256 = "08p5gx18yrbnwc6xc0mxvsfaxzgy2y9i78xq7ds0qmdm67q39y4z";
    };
  };
}