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

svgbob: 0.6.3 -> 0.6.4
This commit is contained in:
Mario Rodas 2022-02-20 15:00:37 -05:00 committed by GitHub
commit bf3b862b94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,15 +2,19 @@
rustPlatform.buildRustPackage rec {
pname = "svgbob";
version = "0.6.3";
version = "0.6.5";
src = fetchCrate {
inherit version;
crateName = "svgbob_cli";
sha256 = "sha256-yYRBV0s19J0M02wenGayy7Ebx6wDhiLiGmb+os29u9I=";
sha256 = "sha256-EsOq081wfnuFT0OKqLyi3R105brZwuHJwzEx00c2LGg=";
};
cargoSha256 = "sha256-R4W+Oe7Ks2D9qE1IpV6/AMMMwZnCfJ5DzxFAMpV2rFE=";
cargoSha256 = "sha256-sBU3GoqUH9cS1Kn0MCysCG9kQsWQqteVui1AHW9bfs0=";
postInstall = ''
mv $out/bin/svgbob_cli $out/bin/svgbob
'';
meta = with lib; {
description = "Convert your ascii diagram scribbles into happy little SVG";