Skip to content

Commit

Permalink
hugo: 0.134.2 -> 0.134.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Hentioe committed Sep 20, 2024
1 parent 25ae33d commit 18d9746
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/by-name/hu/hugo/package.nix
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{ stdenv
, lib
, buildGo123Module
, buildGoModule
, fetchFromGitHub
, installShellFiles
, buildPackages
, testers
, 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=";
Expand Down

0 comments on commit 18d9746

Please sign in to comment.