Skip to content

Commit

Permalink
t-rec: 0.7.4 -> 0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 6, 2022
1 parent 37bd398 commit 00157d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/misc/t-rec/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "t-rec";
version = "0.7.4";
version = "0.7.5";

src = fetchFromGitHub {
owner = "sassman";
repo = "t-rec-rs";
rev = "v${version}";
sha256 = "sha256-PvC1UaHt0ppGqVgouud/WKsP2CIGg+mbFN9VTiVy1RU=";
sha256 = "sha256-tkt0XAofBhHytbA24g0+jU13aNjmgQ5RspbLTPclnrI=";
};

nativeBuildInputs = [ makeWrapper ];
Expand All @@ -26,7 +26,7 @@ rustPlatform.buildRustPackage rec {
wrapProgram "$out/bin/t-rec" --prefix PATH : "${binPath}"
'';

cargoSha256 = "sha256-2EMxa39mIRN37U/v9+MMIGFRLOdkFeD+pVqoXU4f0kU=";
cargoSha256 = "sha256-bb0fwz0fI6DJWgnW0rX63qH2niCLtPeVKex7m6BhVWs=";

meta = with lib; {
description = "Blazingly fast terminal recorder that generates animated gif images for the web written in rust";
Expand Down

0 comments on commit 00157d9

Please sign in to comment.