{ pkgs ? import { } }: with pkgs; let version = "0.0.1"; deps = []; nativeDeps = [ ]; in pkgs.buildGo117Module { pname = "berkutschi"; inherit version; src = ./.; buildInputs = [ ] ++deps; nativeBuildInputs = [ ] ++nativeDeps; tags = [ ]; allowGoReference = true; vendorSha256 = "sha256-qXi32q5PjnvYj6LUUTT9vF3VICj6mFnMUdVA1FJMSD0="; meta = { description = "A Client for the Berkutschi WS Api"; homepage = "https://git.entr0py.de/garionion/berkutschi"; }; }