t-rec: 0.7.6 -> 0.7.7 (#373071)

Arne Keller 507ae83b 2a5f8a89

Changed files
+3 -3
pkgs
misc
t-rec
+3 -3
pkgs/misc/t-rec/default.nix
···
in
rustPlatform.buildRustPackage rec {
pname = "t-rec";
-
version = "0.7.6";
+
version = "0.7.7";
src = fetchFromGitHub {
owner = "sassman";
repo = "t-rec-rs";
rev = "v${version}";
-
sha256 = "sha256-o1fO0N65L6Z6W6aBNhS5JqDHIc1MRQx0yECGzVSCsbo=";
+
sha256 = "sha256-lOsagLiaGRvJKtBJAfDgmtZvPSF2EAdGrVXSPQCj7zs=";
};
nativeBuildInputs = [ makeWrapper ];
···
wrapProgram "$out/bin/t-rec" --prefix PATH : "${binPath}"
'';
-
cargoHash = "sha256-3NExPlHNcoYVkpOzWCyd66chJpeDzQLRJUruSLAwGNw=";
+
cargoHash = "sha256-orgSmGtZwTqlWSpUjU17QRgDlbheo2DbS1YI7l4MhmM=";
meta = with lib; {
description = "Blazingly fast terminal recorder that generates animated gif images for the web written in rust";