asciinema-agg: 1.4.3 -> 1.5.0 (#356055)

This commit is contained in:
Sefa Eyeoglu
2024-12-19 12:39:58 +01:00
committed by GitHub
3 changed files with 9 additions and 2075 deletions
@@ -3,26 +3,26 @@
rustPlatform,
fetchFromGitHub,
stdenv,
Security,
darwin,
}:
let
inherit (darwin.apple_sdk.frameworks) Security;
in
rustPlatform.buildRustPackage rec {
pname = "agg";
version = "1.4.3";
version = "1.5.0";
src = fetchFromGitHub {
owner = "asciinema";
repo = "agg";
rev = "v${version}";
sha256 = "sha256-WCUYnveTWWQOzhIViMkSnyQ6vgLs5HDLWa/xvfZMh3A=";
hash = "sha256-bCE59NeITaCwgajgyXgP6jxtV7aPihPaZ/Uzh39Po1k=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"avt-0.8.0" = "sha256-5IN8P/2UWJ2EmkbbTSGWECTqiD8TeOd8LgwLZ+W2z90=";
};
};
strictDeps = true;
cargoHash = "sha256-K472Qrsi2FIEOxFMi5CDgau2ODU0P3VDQEz/cwzmKiM=";
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
Security
File diff suppressed because it is too large Load Diff
-4
View File
@@ -1662,10 +1662,6 @@ with pkgs;
inherit (callPackages ../data/fonts/arphic {})
arphic-ukai arphic-uming;
asciinema-agg = callPackage ../tools/misc/asciinema-agg {
inherit (darwin.apple_sdk.frameworks) Security;
};
asymptote = libsForQt5.callPackage ../tools/graphics/asymptote { };
atomicparsley = callPackage ../tools/video/atomicparsley {