repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
biome: 1.9.2 -> 1.9.3
[NixPkgs.git]
/
pkgs
/
tools
/
misc
/
homesick
/
gemset.nix
blob
4a01696c2c796048927c8cf6cf92ca1d1b295f19
1
{
2
homesick = {
3
dependencies = ["thor"];
4
source = {
5
remotes = ["https://rubygems.org"];
6
sha256 = "0lxvnp4ncbx0irlblfxbd1f8h4hl11hgmyiy35q79w137r3prxml";
7
type = "gem";
8
};
9
version = "1.1.6";
10
};
11
thor = {
12
source = {
13
remotes = ["https://rubygems.org"];
14
sha256 = "0nmqpyj642sk4g16nkbq6pj856adpv91lp4krwhqkh2iw63aszdl";
15
type = "gem";
16
};
17
version = "0.20.0";
18
};
19
}