otree: 0.3.0 → 0.5.0 (#435134)

This commit is contained in:
tomberek
2025-08-20 12:03:13 -04:00
committed by GitHub
+4 -4
View File
@@ -6,16 +6,16 @@
rustPlatform.buildRustPackage rec {
pname = "otree";
version = "v0.3.0";
version = "0.5.0";
src = fetchFromGitHub {
owner = "fioncat";
repo = "otree";
rev = version;
hash = "sha256-WvoiTu6erNI5Cb9PSoHgL6+coIGWLe46pJVXBZHOLTE=";
tag = "v${version}";
hash = "sha256-zsBHra8X1nM8QINaxi3Vcs82T8S5WtfNRN5vb/ppuLU=";
};
cargoHash = "sha256-tgw1R1UmXAHcrQFsY4i4efGCXQW3m0PVYdFSK2q+NUk=";
cargoHash = "sha256-Ncyj5s4EfbKsFGV29FDViK35nKOAZM+DODzIVRCpbuQ=";
meta = {
description = "Command line tool to view objects (json/yaml/toml) in TUI tree widget";