Merge pull request #219884 from r-ryantm/auto-update/erdtree

erdtree: 1.1.0 -> 1.2.0

authored by figsoda and committed by GitHub 777a9707 da725396

+3 -3
+3 -3
pkgs/tools/system/erdtree/default.nix
··· 5 6 rustPlatform.buildRustPackage rec { 7 pname = "erdtree"; 8 - version = "1.1.0"; 9 10 src = fetchFromGitHub { 11 owner = "solidiquis"; 12 repo = pname; 13 rev = "v${version}"; 14 - hash = "sha256-W9rTsumZZ3O0kOc+dT9TC/Z/Katb3q6yFreAVCvX5qo="; 15 }; 16 17 - cargoHash = "sha256-6jFBNkiCFBQbpiYkNZ6dyXH/ZnFHZYFliMZFlE/DodM="; 18 19 meta = with lib; { 20 description = "File-tree visualizer and disk usage analyzer";
··· 5 6 rustPlatform.buildRustPackage rec { 7 pname = "erdtree"; 8 + version = "1.2.0"; 9 10 src = fetchFromGitHub { 11 owner = "solidiquis"; 12 repo = pname; 13 rev = "v${version}"; 14 + hash = "sha256-VSIeEyMFY10aHLCRmTh0EaGa08KPqrStsPLrssDT0TE="; 15 }; 16 17 + cargoHash = "sha256-0kDRrsiGJw4iv4CD3FRE4zIBfGO352vnp2KD1RiZafg="; 18 19 meta = with lib; { 20 description = "File-tree visualizer and disk usage analyzer";