hockeypuck 2.1.0 -> 2.1.2 https://github.com/hockeypuck/hockeypuck/releases attrpath: hockeypuck Checking auto update branch... No auto update branch exists Old version 2.1.0" not present in master derivation file with contents: { lib, buildGoModule, fetchFromGitHub, nixosTests }: let sources = (import ./sources.nix) { inherit fetchFromGitHub; }; in buildGoModule { inherit (sources) pname version src; modRoot = "src/hockeypuck/"; vendorHash = null; doCheck = false; # Uses networking for tests passthru.tests = nixosTests.hockeypuck; meta = with lib; { description = "OpenPGP Key Server"; homepage = "https://github.com/hockeypuck/hockeypuck"; license = licenses.agpl3Plus; maintainers = [ maintainers.etu ]; }; }