q 0.11.1 -> 0.11.3 https://github.com/natesales/q/releases attrpath: q Checking auto update branch... No auto update branch exists Old version 0.11.1" not present in master derivation file with contents: { lib, buildGoModule, fetchFromGitHub }: buildGoModule rec { pname = "q"; version = "0.11.2"; src = fetchFromGitHub { owner = "natesales"; repo = "q"; rev = "v${version}"; sha256 = "sha256-a2MmDKRXM2n3joHKdWU5sbBrF94TzcLUelNXIiL328M="; }; vendorHash = "sha256-cZRaf5Ks6Y4PzeVN0Lf1TxXzrifb7uQzsMbZf6JbLK4="; doCheck = false; # tries to resolve DNS meta = { description = "A tiny and feature-rich command line DNS client with support for UDP, TCP, DoT, DoH, DoQ, and ODoH"; homepage = "https://github.com/natesales/q"; license = lib.licenses.gpl3Only; maintainers = [ lib.maintainers.das_j ]; }; }