Loading pkgs/tools/system/erdtree/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -5,16 +5,16 @@ rustPlatform.buildRustPackage rec { pname = "erdtree"; version = "3.0.1"; version = "3.0.2"; src = fetchFromGitHub { owner = "solidiquis"; repo = pname; rev = "v${version}"; hash = "sha256-vaxfW5LuXN/Q8cjJY2V0xTahEtZKYJf+8y2z9Df4WFs="; hash = "sha256-fxGAvWECTQZXHIZRiMY9NGBwzsKdjbIGrzYQfj+vzww="; }; cargoHash = "sha256-BB25p9Zy3Z7oztt/AZRNc7mmrSYfVFyUr/t5t2azoYg="; cargoHash = "sha256-zdSLiTmuOnomJe9hkV9qeud7SSjJZAI7SfW9acQaH+Q="; meta = with lib; { description = "File-tree visualizer and disk usage analyzer"; Loading Loading
pkgs/tools/system/erdtree/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -5,16 +5,16 @@ rustPlatform.buildRustPackage rec { pname = "erdtree"; version = "3.0.1"; version = "3.0.2"; src = fetchFromGitHub { owner = "solidiquis"; repo = pname; rev = "v${version}"; hash = "sha256-vaxfW5LuXN/Q8cjJY2V0xTahEtZKYJf+8y2z9Df4WFs="; hash = "sha256-fxGAvWECTQZXHIZRiMY9NGBwzsKdjbIGrzYQfj+vzww="; }; cargoHash = "sha256-BB25p9Zy3Z7oztt/AZRNc7mmrSYfVFyUr/t5t2azoYg="; cargoHash = "sha256-zdSLiTmuOnomJe9hkV9qeud7SSjJZAI7SfW9acQaH+Q="; meta = with lib; { description = "File-tree visualizer and disk usage analyzer"; Loading