like malachite (atproto-lastfm-importer) but in go and bluer
go spotify tealfm lastfm atproto
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

release: v0.2.2

karitham 43eb7a2a d4de39c1

+2 -2
+2 -2
flake.nix
··· 18 18 let 19 19 lazuli = pkgs.buildGoModule rec { 20 20 name = "lazuli"; 21 - version = "v0.2.1"; 21 + version = "v0.2.2"; 22 22 src = pkgs.nix-gitignore.gitignoreSource [ "*.csv" "*.zip" "*.json" ] ./.; 23 - vendorHash = "sha256-emSCQ/WULVZ8qQ630C1bEV8hVCj2FPidws7zhDTERP4="; 23 + vendorHash = "sha256-qbzcYNFBCXq2mcMVs2fVbWqBAkJCdZJ1i93lSrMmIuY="; 24 24 ldflags = [ 25 25 "-X" 26 26 "main.Version=${version}"