svgbob: 0.6.6 -> 0.7.0
https://github.com/ivanceras/svgbob/raw/0.7.0/Changelog.md
This commit is contained in:
parent
b931b65d87
commit
440583bc81
1 changed files with 3 additions and 3 deletions
|
@ -2,15 +2,15 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "svgbob";
|
pname = "svgbob";
|
||||||
version = "0.6.6";
|
version = "0.7.0";
|
||||||
|
|
||||||
src = fetchCrate {
|
src = fetchCrate {
|
||||||
inherit version;
|
inherit version;
|
||||||
crateName = "svgbob_cli";
|
crateName = "svgbob_cli";
|
||||||
sha256 = "sha256-NG5UbUv//03PVs5QoLVDkgA6Fc3SWKtbgIpcvcb7rW0=";
|
sha256 = "sha256-iWcd+23/Ou7K2YUDf/MJx84LsVMXXqAkGNPs6B0RDqA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "sha256-CdPTtn0NTcEAQvLTh4vdG053oZNNMmbP5IxmMU4YGAw=";
|
cargoHash = "sha256-YbbVv2ln01nJfCaopKCwvVN7cgrcuaRHNXGHf9j9XUY=";
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
mv $out/bin/svgbob_cli $out/bin/svgbob
|
mv $out/bin/svgbob_cli $out/bin/svgbob
|
||||||
|
|
Loading…
Reference in a new issue