Commit 4ba86800 authored by MultisampledNight's avatar MultisampledNight
Browse files

otree: 0.5.1 → 0.6.0

parent 70d776e9
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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;