Merge pull request #306230 from r-ryantm/auto-update/hugo

hugo: 0.125.0 -> 0.125.3
This commit is contained in:
Jörg Thalheim 2024-04-23 12:17:19 +02:00 committed by GitHub
commit 62731445bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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=";