museum: 0.9.53 -> 0.9.81

changelog: https://github.com/ente-io/ente/releases/tag/photos-v0.9.81
This commit is contained in:
cy
2025-01-23 19:22:01 -05:00
parent 3ca2cedac2
commit b41bfbe217
+10 -2
View File
@@ -4,18 +4,19 @@
pkg-config,
libsodium,
buildGoModule,
nix-update-script,
}:
buildGoModule rec {
pname = "museum";
version = "0.9.53";
version = "0.9.81";
src = fetchFromGitHub {
owner = "ente-io";
repo = "ente";
sparseCheckout = [ "server" ];
rev = "photos-v${version}";
hash = "sha256-aczWqK6Zymvl46fHN6QXT0f5V2lpC+8kpSbEoTiP+7k=";
hash = "sha256-4vX3UWbYYCjNxtSNUAE9hg9NokeJFPTjLvHYTkQlB0w=";
};
vendorHash = "sha256-Vz9AodHoClSmo51ExdOS4bWH13i1Sug++LQMIsZY2xY=";
@@ -40,6 +41,13 @@ buildGoModule rec {
$out/share/museum
'';
passthru.updateScript = nix-update-script {
extraArgs = [
"--version-regex"
"photos-v(.*)"
];
};
meta = {
description = "API server for ente.io";
homepage = "https://github.com/ente-io/ente/tree/main/server";