Unverified Commit 4722e2b5 authored by jiriks74's avatar jiriks74
Browse files

asciinema-agg: refactor


Original commit: 2ff58b3

Co-authored-by: default avatarAndersonTorres <torres.anderson.85@protonmail.com>
parent a94f0553
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -3,9 +3,12 @@
  rustPlatform,
  fetchFromGitHub,
  stdenv,
  Security,
  darwin,
}:

let
  inherit (darwin.apple_sdk.frameworks) Security;
in
rustPlatform.buildRustPackage rec {
  pname = "agg";
  version = "1.4.3";
@@ -14,9 +17,11 @@ rustPlatform.buildRustPackage rec {
    owner = "asciinema";
    repo = "agg";
    rev = "v${version}";
    sha256 = "sha256-WCUYnveTWWQOzhIViMkSnyQ6vgLs5HDLWa/xvfZMh3A=";
    hash = "sha256-WCUYnveTWWQOzhIViMkSnyQ6vgLs5HDLWa/xvfZMh3A=";
  };

  strictDeps = true;

  cargoLock = {
    lockFile = ./Cargo.lock;
    outputHashes = {