Unverified Commit f8c22cfc authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

museum: photos-v0.9.35 -> photos-v0.9.46 (#346534)

parents 5270db45 956c34ed
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@

buildGoModule rec {

  version = "photos-v0.9.35";
  version = "photos-v0.9.46";
  pname = "museum";

  src = fetchFromGitHub {
@@ -15,7 +15,7 @@ buildGoModule rec {
    repo = "ente";
    sparseCheckout = [ "server" ];
    rev = version;
    hash = "sha256-A/M2OhDzzOMGXnaqFFV9Z8bn/3HeZc50p2mIv++Q0uE=";
    hash = "sha256-dJCZxQLnKb+mFG0iaYNrXyDSaslqKdPTXMK4KwvqBd8=";
  };

  sourceRoot = "${src.name}/server";