hugo: 0.91.1 -> 0.91.2

This commit is contained in:
R. Ryantm 2021-12-30 16:01:52 +00:00 committed by Jonathan Ringer
parent 74939879df
commit 4fc926f61c

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "hugo";
version = "0.91.1";
version = "0.91.2";
src = fetchFromGitHub {
owner = "gohugoio";
repo = pname;
rev = "v${version}";
sha256 = "sha256-TPJGRXiZQ7yEttGFpVdiFcyUL5emfjfuoq3k+dQmKCg=";
sha256 = "sha256-6bqtw0hUrRBhTwEDURaTjgl3aVVCbfxjoPRfhSd3LK8=";
};
vendorSha256 = "sha256-ViWbqWjlHd8yosxe+CF1GJ9oK+plOn9s7ruhgsX/v58=";
vendorSha256 = "sha256-CO+7WgoTsFCd9vkcALKcJP6Kj3CIWr5FF75/WgbK04g=";
doCheck = false;