Loading pkgs/by-name/as/asciinema-agg/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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"; Loading Loading
pkgs/by-name/as/asciinema-agg/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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"; Loading