asciinema-agg: 1.4.3 -> 1.5.0

This commit is contained in:
jiriks74
2024-12-11 12:46:05 +01:00
parent 4722e2b5e9
commit 4eee326d87
2 changed files with 3 additions and 2070 deletions
File diff suppressed because it is too large Load Diff
+3 -8
View File
@@ -11,23 +11,18 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "agg";
version = "1.4.3";
version = "1.5.0";
src = fetchFromGitHub {
owner = "asciinema";
repo = "agg";
rev = "v${version}";
hash = "sha256-WCUYnveTWWQOzhIViMkSnyQ6vgLs5HDLWa/xvfZMh3A=";
hash = "sha256-bCE59NeITaCwgajgyXgP6jxtV7aPihPaZ/Uzh39Po1k=";
};
strictDeps = true;
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"avt-0.8.0" = "sha256-5IN8P/2UWJ2EmkbbTSGWECTqiD8TeOd8LgwLZ+W2z90=";
};
};
cargoHash = "sha256-K472Qrsi2FIEOxFMi5CDgau2ODU0P3VDQEz/cwzmKiM=";
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
Security