hugo: 0.125.0 -> 0.125.3

This commit is contained in:
R. Ryantm 2024-04-23 09:20:17 +00:00
parent 72bc2ea5d1
commit 1cd36a7b6c
1 changed files with 2 additions and 2 deletions

View File

@ -10,13 +10,13 @@
buildGoModule rec {
pname = "hugo";
version = "0.125.0";
version = "0.125.3";
src = fetchFromGitHub {
owner = "gohugoio";
repo = "hugo";
rev = "refs/tags/v${version}";
hash = "sha256-aPBS/8m57Dn8Uvem58KzaCZJ1Hn8doL1BsDdF7w5nJc=";
hash = "sha256-PZTV/VM0KS/vM4lLrJ/XPvNi33lM+L0gITQHGpjdN+4=";
};
vendorHash = "sha256-jGCHlAE5mSDKpZVWgjCEN51sL+3GR/C5ROI9065OhRU=";