netmaker 0.20.0 -> 0.20.1 https://github.com/gravitl/netmaker/releases attrpath: netmaker Checking auto update branch... No auto update branch exists Old version 0.20.0" not present in master derivation file with contents: { buildGoModule , fetchFromGitHub , installShellFiles , lib , libglvnd , pkg-config , subPackages ? ["." "netclient"] , xorg }: buildGoModule rec { pname = "netmaker"; version = "0.20.1"; src = fetchFromGitHub { owner = "gravitl"; repo = pname; rev = "v${version}"; hash = "sha256-1h/UQXaLcc962IMw9Vt79GR0qx1rYcmy5E+duisi0ck="; }; vendorHash = "sha256-0iByCr//nOaEjfGT2alxZpzSl57x2GxXAOIiza4gnGQ="; inherit subPackages; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libglvnd xorg.libX11 xorg.libXcursor xorg.libXi xorg.libXinerama xorg.libXrandr ]; meta = with lib; { description = "WireGuard automation from homelab to enterprise"; homepage = "https://netmaker.io"; changelog = "https://github.com/gravitl/netmaker/-/releases/v${version}"; license = licenses.sspl; maintainers = with maintainers; [ urandom ]; }; }