mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-14 08:04:47 +00:00
hugo: 0.134.0 -> 0.134.2 (#342070)
This commit is contained in:
commit
4287f8bfd2
@ -10,13 +10,13 @@
|
||||
|
||||
buildGo123Module rec {
|
||||
pname = "hugo";
|
||||
version = "0.134.0";
|
||||
version = "0.134.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "gohugoio";
|
||||
repo = "hugo";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-XglHrV+MD9Nq1qwJB63eATuS+6SwjZVF5u6H5EejEow=";
|
||||
hash = "sha256-/jq8YMBgADC2Y98HzZNcDYZ9xhh6am6+G/dgouOGowE=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-oDa5uWQ/vFSmTNwZ3zsYtsuLCzddV9DeaEGx5krwWRE=";
|
||||
|
Loading…
Reference in New Issue
Block a user