chars: 0.6.0 -> 0.7.0

+3 -3
+3 -3
pkgs/tools/text/chars/default.nix
··· 6 7 rustPlatform.buildRustPackage rec { 8 pname = "chars"; 9 - version = "0.6.0"; 10 11 src = fetchFromGitHub { 12 owner = "antifuchs"; 13 repo = pname; 14 rev = "v${version}"; 15 - sha256 = "sha256-aswosSXAh0wkO4N/y/H54dufMDrloWjpjrSWHvHR1rc="; 16 }; 17 18 - cargoSha256 = "sha256-CqPmasdpXWjCn65G2Ua0h3v+TVP0QPFAdtKOFyoYW/0="; 19 20 buildInputs = lib.optionals stdenv.isDarwin [ Security ]; 21
··· 6 7 rustPlatform.buildRustPackage rec { 8 pname = "chars"; 9 + version = "0.7.0"; 10 11 src = fetchFromGitHub { 12 owner = "antifuchs"; 13 repo = pname; 14 rev = "v${version}"; 15 + sha256 = "sha256-mBtwdPzIc6RgEFTyReStFlhS4UhhRWjBTKT6gD3tzpQ="; 16 }; 17 18 + cargoHash = "sha256-wqyExG4haco6jg1zpbouz3xMR7sjiVIAC16PnDU2tc8="; 19 20 buildInputs = lib.optionals stdenv.isDarwin [ Security ]; 21