Skip to content

Commit

Permalink
museum: photos-v0.9.16 -> photos-v0.9.30 (#338154)
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpkgs-merge-bot[bot] committed Aug 29, 2024
2 parents 05bece4 + 4f34e56 commit 24a9af7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/mu/museum/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@

buildGoModule rec {

version = "photos-v0.9.16";
version = "photos-v0.9.30";
pname = "museum";

src = fetchFromGitHub {
owner = "ente-io";
repo = "ente";
sparseCheckout = [ "server" ];
rev = version;
hash = "sha256-ZtlwDV3Iksi2QNzoAsAtbN7B/n0UKubU4nlXx4N0l+E=";
hash = "sha256-R85eI8n9jQB55l8V4881X74RGH3k0JhGS+phLBrZHvc=";
};

sourceRoot = "${src.name}/server";
Expand All @@ -42,7 +42,7 @@ buildGoModule rec {
mainProgram = "museum";
platforms = platforms.linux;
};
vendorHash = "sha256-Vo3KhWWxO0k/d5qUFRfX44oTZBXtJeUlz6qaUvXLDag=";
vendorHash = "sha256-Vz9AodHoClSmo51ExdOS4bWH13i1Sug++LQMIsZY2xY=";
}


0 comments on commit 24a9af7

Please sign in to comment.