otree: 0.5.1 → 0.6.0 (#436821)

authored by Marcus Ramberg and committed by GitHub c714e7cd bcab4ef5

+4 -4
+4 -4
pkgs/by-name/ot/otree/package.nix
··· 6 6 7 7 rustPlatform.buildRustPackage rec { 8 8 pname = "otree"; 9 - version = "0.5.1"; 9 + version = "0.6.0"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "fioncat"; 13 13 repo = "otree"; 14 14 tag = "v${version}"; 15 - hash = "sha256-nfRCqqOJl5tpKFyWAHa98Z1Q2lD61eFPD3O155mawf8="; 15 + hash = "sha256-Pz9iAN5GMJeYYQ7T0QWUfRwvSfreRF8pJR8ctPVFAmA="; 16 16 }; 17 17 18 - cargoHash = "sha256-+rBS9t743OwfNCy6v5dRdjWZRHA5GNniaWVnAtb5yaw="; 18 + cargoHash = "sha256-Uz4oA8maAiUye+FRoVBRuMHoPytr5y8DUfPA4CuMSe4="; 19 19 20 20 meta = { 21 - description = "Command line tool to view objects (json/yaml/toml) in TUI tree widget"; 21 + description = "Command line tool to view objects (JSON/YAML/TOML/XML) in TUI tree widget"; 22 22 homepage = "https://github.com/fioncat/otree"; 23 23 changelog = "https://github.com/fioncat/otree/releases/tag/v${version}"; 24 24 license = lib.licenses.mit;