Merge pull request #161078 from r-ryantm/auto-update/svgbob

svgbob: 0.6.3 -> 0.6.4

authored by Mario Rodas and committed by GitHub bf3b862b 69215ad9

+7 -3
+7 -3
pkgs/tools/graphics/svgbob/default.nix
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "svgbob"; 5 - version = "0.6.3"; 6 7 src = fetchCrate { 8 inherit version; 9 crateName = "svgbob_cli"; 10 - sha256 = "sha256-yYRBV0s19J0M02wenGayy7Ebx6wDhiLiGmb+os29u9I="; 11 }; 12 13 - cargoSha256 = "sha256-R4W+Oe7Ks2D9qE1IpV6/AMMMwZnCfJ5DzxFAMpV2rFE="; 14 15 meta = with lib; { 16 description = "Convert your ascii diagram scribbles into happy little SVG";
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "svgbob"; 5 + version = "0.6.5"; 6 7 src = fetchCrate { 8 inherit version; 9 crateName = "svgbob_cli"; 10 + sha256 = "sha256-EsOq081wfnuFT0OKqLyi3R105brZwuHJwzEx00c2LGg="; 11 }; 12 13 + cargoSha256 = "sha256-sBU3GoqUH9cS1Kn0MCysCG9kQsWQqteVui1AHW9bfs0="; 14 + 15 + postInstall = '' 16 + mv $out/bin/svgbob_cli $out/bin/svgbob 17 + ''; 18 19 meta = with lib; { 20 description = "Convert your ascii diagram scribbles into happy little SVG";