apx 1.7.0-1 -> 1.8.2 https://github.com/Vanilla-OS/apx/releases attrpath: apx Checking auto update branch... No auto update branch exists Old version 1.7.0-1" not present in master derivation file with contents: { lib , buildGoModule , fetchFromGitHub , makeWrapper , installShellFiles , docker , distrobox }: buildGoModule rec { pname = "apx"; version = "1.8.2"; src = fetchFromGitHub { owner = "Vanilla-OS"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-nBhSl4r7LlgCA5/HCLpOleihE5n/JCJgf43KdCklQbg="; }; vendorSha256 = null; ldflags = [ "-s" "-w" ]; nativeBuildInputs = [ makeWrapper installShellFiles ]; postInstall = '' mkdir -p $out/etc/apx cat > "$out/etc/apx/config.json" <