otree: 0.5.1 → 0.6.0 (#436821)

This commit is contained in:
Marcus Ramberg
2025-08-25 19:57:33 +02:00
committed by GitHub
+4 -4
View File
@@ -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;