From 81a68a840946966e2f6b50e128c6b4ecbc3692c4 Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Sat, 12 Oct 2024 22:02:56 +0200 Subject: [PATCH] update website --- pkgs/ente-frontend/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/ente-frontend/default.nix b/pkgs/ente-frontend/default.nix index 454ab45..ce6c1fa 100644 --- a/pkgs/ente-frontend/default.nix +++ b/pkgs/ente-frontend/default.nix @@ -7,9 +7,9 @@ buildNpmPackage rec { src = "${(fetchGit { url = "git@github.com:oberprofis/ente.git"; ref = "master"; - rev = "336db364d0a16f8a64abf309f3f1dede6caab2f2"; + rev = "c8021cc1162dfa509425205014cc5e55ca6086d7"; })}/website/tracker-site"; - npmDepsHash = "sha256-pNU7Y/73iltMSzGbQwUZWdD7GbIToXMFR5y763Bi50o="; + npmDepsHash = "sha256-CMgFHB1gSGagE4QWwTIgWLat698vHBnuGk/Qe4HfYnc="; # The prepack script runs the build script, which we'd rather do in the build phase. npmPackFlags = [ "--ignore-scripts" ];