t-rec: 0.7.8 -> 0.7.9

This commit is contained in:
R. Ryantm 2025-03-15 02:04:46 +00:00
parent 0bf41acf48
commit bf36e0bc1c

View File

@ -18,13 +18,13 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "t-rec";
version = "0.7.8";
version = "0.7.9";
src = fetchFromGitHub {
owner = "sassman";
repo = "t-rec-rs";
rev = "v${version}";
sha256 = "sha256-111zbUDmp/Yyvx0uXMzqEnk/Jr2hfxtNNX6f0Ti3Brg=";
sha256 = "sha256-aQX+JJ2MwzzxJkA1vsE8JqvYpWtqyycvycPc2pyFU7g=";
};
nativeBuildInputs = [ makeWrapper ];
@ -40,7 +40,7 @@ rustPlatform.buildRustPackage rec {
'';
useFetchCargoVendor = true;
cargoHash = "sha256-f//1/mLciJ3EDfHkZtg1c2W8qtfUY2DF4x31qqDExMI=";
cargoHash = "sha256-AgSYM2a9XGH2X4dcp5CSMnt0Bq/5XT8C3g1R2UX4mLY=";
meta = with lib; {
description = "Blazingly fast terminal recorder that generates animated gif images for the web written in rust";