otree: 0.5.1 → 0.6.0 (#436821)
This commit is contained in:
@@ -6,19 +6,19 @@
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "otree";
|
||||
version = "0.5.1";
|
||||
version = "0.6.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "fioncat";
|
||||
repo = "otree";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-nfRCqqOJl5tpKFyWAHa98Z1Q2lD61eFPD3O155mawf8=";
|
||||
hash = "sha256-Pz9iAN5GMJeYYQ7T0QWUfRwvSfreRF8pJR8ctPVFAmA=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-+rBS9t743OwfNCy6v5dRdjWZRHA5GNniaWVnAtb5yaw=";
|
||||
cargoHash = "sha256-Uz4oA8maAiUye+FRoVBRuMHoPytr5y8DUfPA4CuMSe4=";
|
||||
|
||||
meta = {
|
||||
description = "Command line tool to view objects (json/yaml/toml) in TUI tree widget";
|
||||
description = "Command line tool to view objects (JSON/YAML/TOML/XML) in TUI tree widget";
|
||||
homepage = "https://github.com/fioncat/otree";
|
||||
changelog = "https://github.com/fioncat/otree/releases/tag/v${version}";
|
||||
license = lib.licenses.mit;
|
||||
|
||||
Reference in New Issue
Block a user