From 9e21b69e7db886757578b9110336931081429663 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Mon, 20 Oct 2025 16:02:02 +0200 Subject: [PATCH] Update website Add apex page and replace bscpkgs references for jungle after the merge. See: https://jungle.bsc.es/git/rarias/jungle-website/pulls/1 --- m/hut/nginx.nix | 4 ++-- m/tent/nginx.nix | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/m/hut/nginx.nix b/m/hut/nginx.nix index f38d587f..c84c0cbb 100644 --- a/m/hut/nginx.nix +++ b/m/hut/nginx.nix @@ -4,8 +4,8 @@ let name = "jungle-web"; src = pkgs.fetchgit { url = "https://jungle.bsc.es/git/rarias/jungle-website.git"; - rev = "739bf0175a7f05380fe7ad7023ff1d60db1710e1"; - hash = "sha256-ea5DzhYTzZ9TmqD+x95rdNdLbxPnBluqlYH2NmBYmc4="; + rev = "52abaf4d71652a9ef77a0b098db14ca33bffff4c"; + hash = "sha256-/ul9GazbOrOkmlvSgDz/+2W+V+ir5725Y7mVLc3rb0M="; }; buildInputs = [ pkgs.hugo ]; buildPhase = '' diff --git a/m/tent/nginx.nix b/m/tent/nginx.nix index 45686905..d6b4b383 100644 --- a/m/tent/nginx.nix +++ b/m/tent/nginx.nix @@ -4,8 +4,8 @@ let name = "jungle-web"; src = pkgs.fetchgit { url = "https://jungle.bsc.es/git/rarias/jungle-website.git"; - rev = "739bf0175a7f05380fe7ad7023ff1d60db1710e1"; - hash = "sha256-ea5DzhYTzZ9TmqD+x95rdNdLbxPnBluqlYH2NmBYmc4="; + rev = "52abaf4d71652a9ef77a0b098db14ca33bffff4c"; + hash = "sha256-/ul9GazbOrOkmlvSgDz/+2W+V+ir5725Y7mVLc3rb0M="; }; buildInputs = [ pkgs.hugo ]; buildPhase = ''