Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ca40b73fa20f
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3eabdd9538b8
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 19, 2019

  1. hugo: 0.55.0 -> 0.55.2

    sondr3 committed Apr 19, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    acdlite Andrew Clark
    Copy the full SHA
    fe5b4d7 View commit details

Commits on Apr 20, 2019

  1. Merge pull request #59895 from sondr3/sondr3/hugo-0.55.2

    hugo: 0.55.0 -> 0.55.2
    Ma27 authored Apr 20, 2019
    Copy the full SHA
    3eabdd9 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/misc/hugo/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/misc/hugo/default.nix
Original file line number Diff line number Diff line change
@@ -2,15 +2,15 @@

buildGoModule rec {
name = "hugo-${version}";
version = "0.55.0";
version = "0.55.2";

goPackagePath = "github.com/gohugoio/hugo";

src = fetchFromGitHub {
owner = "gohugoio";
repo = "hugo";
rev = "v${version}";
sha256 = "063z79m9rganzjzqvy7bg6b29m877asm5haxp0d5cb5ac7cx55rj";
sha256 = "0v06hn9wnq9bp4pdh3pzhkp6adpba6pxk9w42p0v2mpgsjdvm5j0";
};

modSha256 = "0yrwkaaasj9ihjjfbywnzkppix1y2znagg3dkyikk21sl5n0nz23";