Unverified Commit 61e62a6e authored by Sebastián Mancilla's avatar Sebastián Mancilla Committed by GitHub
Browse files

asciinema-agg: 1.5.0 -> 1.6.0 (#446159)

parents edf3d798 e24a8c05
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,18 +6,18 @@

rustPlatform.buildRustPackage rec {
  pname = "agg";
  version = "1.5.0";
  version = "1.6.0";

  src = fetchFromGitHub {
    owner = "asciinema";
    repo = "agg";
    rev = "v${version}";
    hash = "sha256-bCE59NeITaCwgajgyXgP6jxtV7aPihPaZ/Uzh39Po1k=";
    hash = "sha256-FjAf/rhyxsm4LHoko4QRA9t5e+qKIgO2kSd48Zmf224=";
  };

  strictDeps = true;

  cargoHash = "sha256-KQ4g4hWy8FZH4nLiB0874r8FCINXJboZ4C1dAAPA8Gc=";
  cargoHash = "sha256-CeXcpSD/6qPzA8nrSyC3oDFBpjFYNfDPySQxSOZPlgc=";

  meta = with lib; {
    description = "Command-line tool for generating animated GIF files from asciicast v2 files produced by asciinema terminal recorder";