From 59199d7c7b428031222af8e85c4e3aa4c7022459 Mon Sep 17 00:00:00 2001 From: tdro Date: Fri, 25 Aug 2023 16:31:26 -0400 Subject: shell: Update hugo to version 0.117.0 Update sources --- shell.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index 470168e..b409531 100644 --- a/shell.nix +++ b/shell.nix @@ -10,15 +10,15 @@ let hugo = pkgs.callPackage ({ lib, buildGoModule, fetchgit }: buildGoModule rec { pname = "hugo"; - version = "0.110.0"; + version = "0.117.0"; src = fetchgit { rev = "v${version}"; url = "https://github.com/gohugoio/hugo.git"; - sha256 = "sha256-7B0C8191lUGsv81+0eKDrBm+5hLlFjID3RTuajSg/RM="; + sha256 = "sha256-WxYTlEqTWY78lHd+qEvmbRmbC6Ewph9U84SjvrlqgtY="; }; doCheck = false; proxyVendor = true; - vendorSha256 = "sha256-GtywXjtAF5Q4jUz2clfseUJVqiU+eSguG/ZoKy2TzuA="; + vendorSha256 = "sha256-yjARpHewjCm2W/08xu7O/PlE9jIOgYmunEyGEfTHNQs="; tags = [ "extended" ]; subPackages = [ "." ]; meta = { @@ -49,6 +49,7 @@ let pkgs.jing pkgs.libxml2 pkgs.libxslt + pkgs.strace pkgs.validator-nu pkgs.yj ]} -- cgit v1.2.3