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

hugo: 0.120.3 -> 0.120.4

authored by Mario Rodas and committed by GitHub 7cbcc1fd fc9642c9

+2 -2
+2 -2
pkgs/applications/misc/hugo/default.nix
··· 10 10 11 11 buildGoModule rec { 12 12 pname = "hugo"; 13 - version = "0.120.3"; 13 + version = "0.120.4"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "gohugoio"; 17 17 repo = pname; 18 18 rev = "refs/tags/v${version}"; 19 - hash = "sha256-96ikGGKw9IN/ch199oFcucp8aVR+fEiAWBeu39J2Osw="; 19 + hash = "sha256-eBDlX+3Gb4bWRJ0ITwlx1c3q1RCFK2tyuKn9SALHbhI="; 20 20 }; 21 21 22 22 vendorHash = "sha256-kUKnoUQzLbi0ssxvK2viNTHLtqx8vaHLYXO8ZWU2rmw=";