t-rec: 0.7.7 -> 0.7.8

This commit is contained in:
R. Ryantm 2025-01-25 12:06:34 +00:00
parent bafca6cbe1
commit a8f73e2dfe

View File

@ -18,13 +18,13 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "t-rec";
version = "0.7.7";
version = "0.7.8";
src = fetchFromGitHub {
owner = "sassman";
repo = "t-rec-rs";
rev = "v${version}";
sha256 = "sha256-lOsagLiaGRvJKtBJAfDgmtZvPSF2EAdGrVXSPQCj7zs=";
sha256 = "sha256-111zbUDmp/Yyvx0uXMzqEnk/Jr2hfxtNNX6f0Ti3Brg=";
};
nativeBuildInputs = [ makeWrapper ];
@ -39,7 +39,7 @@ rustPlatform.buildRustPackage rec {
wrapProgram "$out/bin/t-rec" --prefix PATH : "${binPath}"
'';
cargoHash = "sha256-orgSmGtZwTqlWSpUjU17QRgDlbheo2DbS1YI7l4MhmM=";
cargoHash = "sha256-fjq4Bys7KnSu6kV74CZJ95oov4HXY59VltjcAuXGMPg=";
meta = with lib; {
description = "Blazingly fast terminal recorder that generates animated gif images for the web written in rust";