lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

erdtree: 3.1.1 -> 3.1.2

Diff: https://github.com/solidiquis/erdtree/compare/v3.1.1...v3.1.2

Changelog: https://github.com/solidiquis/erdtree/releases/tag/v3.1.2

figsoda 77de6276 08b84ec9

+3 -3
+3 -3
pkgs/tools/system/erdtree/default.nix
··· 5 5 6 6 rustPlatform.buildRustPackage rec { 7 7 pname = "erdtree"; 8 - version = "3.1.1"; 8 + version = "3.1.2"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "solidiquis"; 12 12 repo = pname; 13 13 rev = "v${version}"; 14 - hash = "sha256-iiGtpzoyA4PpS5redrwYeAQb/sJ149e1/ZJ0R1ctYFk="; 14 + hash = "sha256-rm3j1exvdlJtMXgFeRmzr3YU/sLpQFL3PCa8kLVlinM="; 15 15 }; 16 16 17 - cargoHash = "sha256-TfGA6AMG9zBrossM0vsRt6OY0etfWNR1FnpgiP/mfi4="; 17 + cargoHash = "sha256-rHrdGL/2diBwsWJyg7gaa6UmcUdvGhUPhLNESSBvDDg="; 18 18 19 19 meta = with lib; { 20 20 description = "File-tree visualizer and disk usage analyzer";