Skip to content

Commit 41edc75

Browse files
authored
asciinema-agg: 1.4.3 -> 1.5.0 (#356055)
2 parents 10fa4d5 + 4eee326 commit 41edc75

File tree

3 files changed

+9
-2075
lines changed

3 files changed

+9
-2075
lines changed

pkgs/tools/misc/asciinema-agg/default.nix renamed to pkgs/by-name/as/asciinema-agg/package.nix

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,26 @@
33
rustPlatform,
44
fetchFromGitHub,
55
stdenv,
6-
Security,
6+
darwin,
77
}:
88

9+
let
10+
inherit (darwin.apple_sdk.frameworks) Security;
11+
in
912
rustPlatform.buildRustPackage rec {
1013
pname = "agg";
11-
version = "1.4.3";
14+
version = "1.5.0";
1215

1316
src = fetchFromGitHub {
1417
owner = "asciinema";
1518
repo = "agg";
1619
rev = "v${version}";
17-
sha256 = "sha256-WCUYnveTWWQOzhIViMkSnyQ6vgLs5HDLWa/xvfZMh3A=";
20+
hash = "sha256-bCE59NeITaCwgajgyXgP6jxtV7aPihPaZ/Uzh39Po1k=";
1821
};
1922

20-
cargoLock = {
21-
lockFile = ./Cargo.lock;
22-
outputHashes = {
23-
"avt-0.8.0" = "sha256-5IN8P/2UWJ2EmkbbTSGWECTqiD8TeOd8LgwLZ+W2z90=";
24-
};
25-
};
23+
strictDeps = true;
24+
25+
cargoHash = "sha256-K472Qrsi2FIEOxFMi5CDgau2ODU0P3VDQEz/cwzmKiM=";
2626

2727
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
2828
Security

0 commit comments

Comments
 (0)