2022-12-30T03:05:02 lndhub-go 0.11.0 -> 0.12.0 https://github.com/getAlby/lndhub.go/releases 2022-12-30T03:05:04 attrpath: lndhub-go 2022-12-30T03:05:05 Checking auto update branch... 2022-12-30T03:05:05 No auto update branch exists 2022-12-30T03:05:05 Old version 0.11.0" not present in master derivation file with contents: { lib , stdenv , buildGoModule , fetchFromGitHub , fetchpatch }: buildGoModule rec { pname = "lndhub-go"; version = "0.12.0"; src = fetchFromGitHub { owner = "getAlby"; repo = "lndhub.go"; rev = "${version}"; sha256 = "sha256-bwwypqaqlO+T/8ppKIHqGSzVerhQVl7YHrORyrpaa2w="; }; vendorSha256 = "sha256-AiRbUSgMoU8nTzis/7H9HRW2/xZxXFf39JipRbukeiA="; doCheck = false; # tests require networking meta = with lib; { description = "Accounting wrapper for the Lightning Network"; homepage = "https://github.com/getAlby/lndhub.go"; license = licenses.gpl3; maintainers = with maintainers; [ prusnak ]; platforms = platforms.unix; }; }