bluetuith 0.1.5 -> 0.1.6 https://repology.org/project/bluetuith/versions attrpath: bluetuith Checking auto update branch... No auto update branch exists Old version 0.1.5" not present in master derivation file with contents: { buildGoModule, fetchFromGitHub, lib, stdenv }: buildGoModule rec { pname = "bluetuith"; version = "0.1.6"; src = fetchFromGitHub { owner = "darkhz"; repo = pname; rev = "v${version}"; sha256 = "sha256-9fhgld0jhljvDMsRlU+jXsJla2oNjdsFm8TbmmvcoL4="; }; vendorHash = "sha256-eSgjIZmD5HL8S1XY0LK2IeWDchjFWBlRq5qriBg7l2U="; ldflags = [ "-s" "-w" ]; meta = with lib; { description = "TUI-based bluetooth connection manager"; homepage = "https://github.com/darkhz/bluetuith"; license = licenses.mit; platforms = platforms.linux; maintainers = with maintainers; [ thehedgeh0g ]; }; } bluetuith 0.1.5 -> 0.1.6 https://github.com/darkhz/bluetuith/releases attrpath: bluetuith Checking auto update branch... No auto update branch exists Old version 0.1.5" not present in master derivation file with contents: { buildGoModule, fetchFromGitHub, lib, stdenv }: buildGoModule rec { pname = "bluetuith"; version = "0.1.6"; src = fetchFromGitHub { owner = "darkhz"; repo = pname; rev = "v${version}"; sha256 = "sha256-9fhgld0jhljvDMsRlU+jXsJla2oNjdsFm8TbmmvcoL4="; }; vendorHash = "sha256-eSgjIZmD5HL8S1XY0LK2IeWDchjFWBlRq5qriBg7l2U="; ldflags = [ "-s" "-w" ]; meta = with lib; { description = "TUI-based bluetooth connection manager"; homepage = "https://github.com/darkhz/bluetuith"; license = licenses.mit; platforms = platforms.linux; maintainers = with maintainers; [ thehedgeh0g ]; }; }