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 = ''