museum: photos-v0.9.16 -> photos-v0.9.30 (#338154)

This commit is contained in:
nixpkgs-merge-bot[bot] 2024-08-29 12:53:59 +00:00 committed by GitHub
commit 24a9af7a38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@
buildGoModule rec { buildGoModule rec {
version = "photos-v0.9.16"; version = "photos-v0.9.30";
pname = "museum"; pname = "museum";
src = fetchFromGitHub { src = fetchFromGitHub {
@ -15,7 +15,7 @@ buildGoModule rec {
repo = "ente"; repo = "ente";
sparseCheckout = [ "server" ]; sparseCheckout = [ "server" ];
rev = version; rev = version;
hash = "sha256-ZtlwDV3Iksi2QNzoAsAtbN7B/n0UKubU4nlXx4N0l+E="; hash = "sha256-R85eI8n9jQB55l8V4881X74RGH3k0JhGS+phLBrZHvc=";
}; };
sourceRoot = "${src.name}/server"; sourceRoot = "${src.name}/server";
@ -42,7 +42,7 @@ buildGoModule rec {
mainProgram = "museum"; mainProgram = "museum";
platforms = platforms.linux; platforms = platforms.linux;
}; };
vendorHash = "sha256-Vo3KhWWxO0k/d5qUFRfX44oTZBXtJeUlz6qaUvXLDag="; vendorHash = "sha256-Vz9AodHoClSmo51ExdOS4bWH13i1Sug++LQMIsZY2xY=";
} }