Unverified Commit 8a2d1eb5 authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

museum: 1.0.4 -> 1.0.10 (#407753)

parents b0db3dce c0bef8d9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

buildGoModule rec {
  pname = "museum";
  version = "1.0.4";
  version = "1.0.10";

  src = fetchFromGitHub {
    owner = "ente-io";
    repo = "ente";
    sparseCheckout = [ "server" ];
    rev = "photos-v${version}";
    hash = "sha256-tFXOLzGGMrjVImOOl3RGaX3i/FwhjbGqKRdxv/xxKTs=";
    hash = "sha256-CX12JrKlI7FMizk29LXO5e5i7pmgjzni/RY97020UZg=";
  };

  vendorHash = "sha256-px4pMqeH73Fe06va4+n6hklIUDMbPmAQNKKRIhwv6ec=";