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

hugo: 0.125.4 -> 0.125.5
This commit is contained in:
Nick Cao 2024-05-02 09:51:35 -04:00 committed by GitHub
commit 57021e3049
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,13 +10,13 @@
buildGoModule rec {
pname = "hugo";
version = "0.125.4";
version = "0.125.5";
src = fetchFromGitHub {
owner = "gohugoio";
repo = "hugo";
rev = "refs/tags/v${version}";
hash = "sha256-oeOP9UoiAGwYR2Vzr5IZrLfYA3EQJ9j6Bzh7C12pA+c=";
hash = "sha256-vvADd4S4AURkIODGvDf4J9omZjKcZeQKQ6ZSKDu1gog=";
};
vendorHash = "sha256-L8+e6rZvFaNV9gyWJtXv9NnzoigVDSyNKTuxGrRwb44=";