asciinema-scenario: 0.1.0 -> 0.3.0
- [Release notes](https://github.com/garbas/asciinema-scenario/releases/tag/v0.3.0) - [Commits](https://github.com/garbas/asciinema-scenario/compare/v0.1.0...v0.3.0)
This commit is contained in:
parent
1dd527ad6c
commit
cb94b38115
@ -5,14 +5,14 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "asciinema-scenario";
|
pname = "asciinema-scenario";
|
||||||
version = "0.1.0";
|
version = "0.3.0";
|
||||||
|
|
||||||
src = fetchCrate {
|
src = fetchCrate {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "sha256-ubiVpKFU81Ot9V9oMexWSiUXHepoJ6nXtrWVAFhgcYw=";
|
sha256 = "sha256-fnX5CIYLdFqi04PQPVIAYDGn+xXi016l8pPcIrYIhmQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "1yf63w2findgqipvgmlkw3pqfkai7mvqp86jg40lvr0mpnvly2ny";
|
cargoSha256 = "sha256-8I3mPSJ5aXvQ88nh0SWyuTq9JSTktS2lQPrXlcvD66c=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Create asciinema videos from a text file";
|
description = "Create asciinema videos from a text file";
|
||||||
|
Loading…
Reference in New Issue
Block a user