otree: 0.5.1 → 0.6.0

This commit is contained in:
MultisampledNight
2025-08-25 18:44:58 +02:00
parent 70d776e9fe
commit 4ba868005a
+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;