museum: 1.2.28 -> 1.3.10 (#487633)

This commit is contained in:
Sandro
2026-02-09 17:19:49 +00:00
committed by GitHub
+3 -2
View File
@@ -10,14 +10,14 @@
buildGoModule (finalAttrs: {
pname = "museum";
version = "1.2.28";
version = "1.3.10";
src = fetchFromGitHub {
owner = "ente-io";
repo = "ente";
sparseCheckout = [ "server" ];
tag = "photos-v${finalAttrs.version}";
hash = "sha256-t0GYaIce5fmQfwpI1cqZEL3OXPmdIet+i1BegIbpU3s=";
hash = "sha256-x22RzmDHTb6YVB0/+KcaFlX3e/c8vvFR/572MZWNvL8=";
};
vendorHash = "sha256-napF55nA/9P8l5lddnEHQMjLXWSyTzgblIQCbSZ20MA=";
@@ -61,6 +61,7 @@ buildGoModule (finalAttrs: {
maintainers = with lib.maintainers; [
pinpox
oddlama
nicegamer7
];
mainProgram = "museum";
platforms = lib.platforms.linux;