svgbob: 0.5.4 -> 0.6.2

This commit is contained in:
R. RyanTM 2021-09-22 07:08:30 +00:00
parent eb71bcd041
commit 88e3f20774

View file

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