summary refs log tree commit diff
path: root/pkgs/applications/version-management/git-and-tools/bitbucket-server-cli/gemset.nix
blob: 844291b09054daad8d7929067f02d6327087a55c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
  addressable = {
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "1j5r0anj8m4qlf2psnldip4b8ha2bsscv11lpdgnfh4nnchzjnxw";
      type = "gem";
    };
    version = "2.5.0";
  };
  atlassian-stash = {
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "1rsf9h5w5wiglwv0fqwp45fq06fxbg68cqkc3bpqvps1i1qm0p6i";
      type = "gem";
    };
    version = "0.7.0";
  };
  commander = {
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "0x9i8hf083wjlgj09nl1p9j8sr5g7amq0fdmxjqs4cxdbg3wpmsb";
      type = "gem";
    };
    version = "4.1.6";
  };
  git = {
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "1waikaggw7a1d24nw0sh8fd419gbf7awh000qhsf411valycj6q3";
      type = "gem";
    };
    version = "1.3.0";
  };
  highline = {
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "06bml1fjsnrhd956wqq5k3w8cyd09rv1vixdpa3zzkl6xs72jdn1";
      type = "gem";
    };
    version = "1.6.21";
  };
  json = {
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "1lhinj9vj7mw59jqid0bjn2hlfcnq02bnvsx9iv81nl2han603s0";
      type = "gem";
    };
    version = "2.0.2";
  };
  launchy = {
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "190lfbiy1vwxhbgn4nl4dcbzxvm049jwc158r2x7kq3g5khjrxa2";
      type = "gem";
    };
    version = "2.4.3";
  };
  public_suffix = {
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "040jf98jpp6w140ghkhw2hvc1qx41zvywx5gj7r2ylr1148qnj7q";
      type = "gem";
    };
    version = "2.0.5";
  };
}