13 src = fetchFromGitHub {
17 hash = "sha256-A2EFIDwJbIzRDAxFKW7znZFYKYpqOMEixUG0yUDx7zc=";
20 vendorHash = "sha256-BLWaYiWcLX+/DW7Zzp6/Mtw5uVxIVtfubB895hrZ+08=";
22 excludedPackages = [ "scripts/build-and-ship" ];
25 updateScript = nix-update-script { };
27 service = nixosTests.glance;
32 homepage = "https://github.com/glanceapp/glance";
33 changelog = "https://github.com/glanceapp/glance/releases/tag/v${version}";
34 description = "Self-hosted dashboard that puts all your feeds in one place";
35 mainProgram = "glance";
36 license = lib.licenses.agpl3Only;
37 maintainers = with lib.maintainers; [ dvn0 ];