From e9a5a9e574b3a65d0ca76777063f0b5ebcb20e33 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Sun, 23 Jun 2024 14:52:35 +0200 Subject: [PATCH] Update --- hosts/server/modules/www/anotherhadi.com.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/server/modules/www/anotherhadi.com.nix b/hosts/server/modules/www/anotherhadi.com.nix index 48f511c..c258906 100644 --- a/hosts/server/modules/www/anotherhadi.com.nix +++ b/hosts/server/modules/www/anotherhadi.com.nix @@ -7,11 +7,11 @@ let src = pkgs.fetchFromGitHub { owner = "anotherhadi"; repo = "portfolio"; - rev = "2ae002e2393d5a29c0383ac51dfd32d7f423b1d3"; - hash = "sha256-welRtqX5KXslhww7yRHtGPxCv8mCwcU/JhDrFGNr8ZE="; + rev = "1f30ea5d02f7a3831c7f3b2565c3bbfdddaac26e"; + hash = "sha256-fNt4IjfjhDtSEIC1MNWYkTIcHv+XnXFZTlw/dLoWhcY="; }; - npmDepsHash = "sha256-+CWPoDhTRxQaE83svj9Ms24lLpbwl4HqSOd2mUw99j4="; + npmDepsHash = lib.fakeHash; buildPhase = '' npm install