3
0
Fork 0
forked from mirrors/nixpkgs

asciinema-agg: 1.4.2 -> 1.4.3

Diff: https://github.com/asciinema/agg/compare/v1.4.2...v1.4.3

Changelog: https://github.com/asciinema/agg/releases/tag/v1.4.3
This commit is contained in:
figsoda 2023-10-02 10:40:41 -04:00
parent 028db40553
commit d61adf2d13
2 changed files with 6 additions and 6 deletions

View file

@ -10,7 +10,7 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
[[package]]
name = "agg"
version = "1.4.2"
version = "1.4.3"
dependencies = [
"anyhow",
"avt",
@ -152,8 +152,8 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "avt"
version = "0.6.0"
source = "git+https://github.com/asciinema/avt.git?tag=v0.6.0#168627cf65999720a6fce122e3419da0147d9296"
version = "0.8.0"
source = "git+https://github.com/asciinema/avt.git?tag=v0.8.0#aaec6a11896551296d2f49078f432756e8a0529d"
dependencies = [
"rgb",
"serde",

View file

@ -2,19 +2,19 @@
rustPlatform.buildRustPackage rec {
pname = "agg";
version = "1.4.2";
version = "1.4.3";
src = fetchFromGitHub {
owner = "asciinema";
repo = "agg";
rev = "v${version}";
sha256 = "sha256-pyXGWSL2HnRfcLo1V/pFKNI08B51ZvmJsYhl893CUl0=";
sha256 = "sha256-WCUYnveTWWQOzhIViMkSnyQ6vgLs5HDLWa/xvfZMh3A=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"avt-0.6.0" = "sha256-JA1Ln90Pew6m5YOZp8weOC9JdKJqjFG0PDPNL2kDWUc=";
"avt-0.8.0" = "sha256-5IN8P/2UWJ2EmkbbTSGWECTqiD8TeOd8LgwLZ+W2z90=";
};
};