Skip to content

Commit

Permalink
asciinema-agg: 1.4.3 -> 1.5.0 (#356055)
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrumplex authored Dec 19, 2024
2 parents 10fa4d5 + 4eee326 commit 41edc75
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2,075 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading

0 comments on commit 41edc75

Please sign in to comment.