hugo: 0.102.0 -> 0.102.1

This commit is contained in:
R. Ryantm 2022-08-30 13:17:22 +00:00
parent 70c3bfea57
commit 65847ae58b

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "hugo";
version = "0.102.0";
version = "0.102.1";
src = fetchFromGitHub {
owner = "gohugoio";
repo = pname;
rev = "v${version}";
sha256 = "sha256-OepxYjzTJisBNoZP3IrYMj01Op7jsA2tWHrVDpwP9qE=";
sha256 = "sha256-lCdFxUlqGRQ5IMlhPhcJ5Ma35q75LnlcBNW1XUSWb1I=";
};
vendorSha256 = "sha256-y9bZ9EoB/n300oXO+PT4d8vSVMJC3HYyMRNf6eNhVik=";