2022-12-03T13:59:28 faketty 1.0.10 -> 1.0.11 https://repology.org/metapackage/faketty/versions 2022-12-03T13:59:30 attrpath: faketty 2022-12-03T13:59:30 Checking auto update branch... 2022-12-03T13:59:30 No auto update branch exists 2022-12-03T13:59:31 Old version 1.0.10" not present in master derivation file with contents: { lib, rustPlatform, fetchCrate }: rustPlatform.buildRustPackage rec { pname = "faketty"; version = "1.0.11"; src = fetchCrate { inherit pname version; sha256 = "sha256-HMeJNUF4VT2WdGwAW21GvCp33Bg2HB8NCHv0+3cf74U="; }; cargoSha256 = "sha256-jhSleyhBquU0PxmVPGo1CkuwrzLG7WG5ANPmZ14/ui0="; postPatch = '' patchShebangs tests/test.sh ''; meta = with lib; { description = "A wrapper to execute a command in a pty, even if redirecting the output"; homepage = "https://github.com/dtolnay/faketty"; license = with licenses; [ asl20 /* or */ mit ]; maintainers = with maintainers; [ figsoda ]; }; }