hugo: 0.134.2 -> 0.134.3 (#343219)

This commit is contained in:
Nick Cao 2024-09-20 17:25:41 -04:00 committed by GitHub
commit 880395c34d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
{ stdenv
, lib
, buildGo123Module
, buildGoModule
, fetchFromGitHub
, installShellFiles
, buildPackages
@ -8,15 +8,15 @@
, hugo
}:
buildGo123Module rec {
buildGoModule rec {
pname = "hugo";
version = "0.134.2";
version = "0.134.3";
src = fetchFromGitHub {
owner = "gohugoio";
repo = "hugo";
rev = "refs/tags/v${version}";
hash = "sha256-/jq8YMBgADC2Y98HzZNcDYZ9xhh6am6+G/dgouOGowE=";
hash = "sha256-rdXiuFWMB+cTK5mhtpabWq8Uf9ihDnkHNG1JnD3rLKE=";
};
vendorHash = "sha256-oDa5uWQ/vFSmTNwZ3zsYtsuLCzddV9DeaEGx5krwWRE=";