File tree Expand file tree Collapse file tree 3 files changed +9
-2075
lines changed Expand file tree Collapse file tree 3 files changed +9
-2075
lines changed Original file line number Diff line number Diff line change 33 rustPlatform ,
44 fetchFromGitHub ,
55 stdenv ,
6- Security ,
6+ darwin ,
77} :
88
9+ let
10+ inherit ( darwin . apple_sdk . frameworks ) Security ;
11+ in
912rustPlatform . 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
You can’t perform that action at this time.
0 commit comments