mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 22:36:23 +01:00
dc4ec31c60
https://0xacab.org/schleuder/schleuder-cli/-/blob/schleuder-cli-0.2.0/CHANGELOG.md?ref_type=tags#020--2024-03-08
25 lines
625 B
Nix
25 lines
625 B
Nix
{
|
|
schleuder-cli = {
|
|
dependencies = ["thor"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
fetchSubmodules = false;
|
|
rev = "fd010d28b1503504056e714e03abf043b64794ea";
|
|
sha256 = "1r8ayi0d00c14q40247rwjf5s5n3dsy9d9blhf5jzm3kddzpwnbx";
|
|
type = "git";
|
|
url = "https://0xacab.org/schleuder/schleuder-cli";
|
|
};
|
|
version = "0.2.0";
|
|
};
|
|
thor = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1vq1fjp45az9hfp6fxljhdrkv75cvbab1jfrwcw738pnsiqk8zps";
|
|
type = "gem";
|
|
};
|
|
version = "1.3.1";
|
|
};
|
|
}
|