3
0
Fork 0
forked from mirrors/nixpkgs

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

svgbob: 0.6.2 -> 0.6.3
This commit is contained in:
Bernardo Meurer 2022-02-10 08:33:52 -08:00 committed by GitHub
commit c403c3cfba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,15 +2,15 @@
rustPlatform.buildRustPackage rec {
pname = "svgbob";
version = "0.6.2";
version = "0.6.3";
src = fetchCrate {
inherit version;
crateName = "svgbob_cli";
sha256 = "sha256-9JASoUN/VzZS8ihepTQL2SXZitxKBMSJEv+13vzQd3w=";
sha256 = "sha256-yYRBV0s19J0M02wenGayy7Ebx6wDhiLiGmb+os29u9I=";
};
cargoSha256 = "sha256-pkdiow+9gsQ9rrSHwukd17r5CfsaJgYj6KA4wYKbtA0=";
cargoSha256 = "sha256-R4W+Oe7Ks2D9qE1IpV6/AMMMwZnCfJ5DzxFAMpV2rFE=";
meta = with lib; {
description = "Convert your ascii diagram scribbles into happy little SVG";