museum: 1.2.28 -> 1.3.10

This commit is contained in:
Kermina Awad
2026-02-06 09:00:25 -05:00
parent d96e0ef24c
commit dff2dfcea5
+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;