svgcleaner: 0.9.1 -> 0.9.2

This commit is contained in:
dywedir 2018-01-06 22:33:54 +02:00
parent 1aca02b51e
commit db56768550

View file

@ -1,19 +1,17 @@
{ stdenv, fetchFromGitHub, rustPlatform }:
with rustPlatform;
buildRustPackage rec {
rustPlatform.buildRustPackage rec {
name = "svgcleaner-${version}";
version = "0.9.1";
version = "0.9.2";
src = fetchFromGitHub {
owner = "RazrFalcon";
repo = "svgcleaner";
rev = "v${version}";
sha256 = "0l75a2kqh2syl14pmywrkxhr19fcnfpzjj9gj3503aw0r800g16m";
sha256 = "1jpnqsln37kkxz98vj7gly3c2170v6zamd876nc9nfl9vns41s0f";
};
cargoSha256 = "1hl04wqdgspajf2w664i00vgp13yi0sxvjjpfs5vfhm641z3j69y";
cargoSha256 = "0d5jlq301s55xgdg9mv26hbj75pkjkyxfny7vbiqp9igj128lza3";
meta = with stdenv.lib; {
description = "A tool for tidying and optimizing SVGs";