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: a7262a45b271
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dd65638d45b7
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 3, 2020

  1. Copy the full SHA
    41bcc6f View commit details
  2. Merge pull request #84169 from filalex77/caddy2-2.0.0-rc.1

    caddy2: 2.0.0-beta10 -> 2.0.0-rc.1
    marsam authored Apr 3, 2020
    Copy the full SHA
    dd65638 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/servers/caddy/v2.nix
6 changes: 3 additions & 3 deletions pkgs/servers/caddy/v2.nix
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

buildGoModule rec {
pname = "caddy";
version = "2.0.0-beta10";
version = "2.0.0-rc.1";

goPackagePath = "github.com/caddyserver/caddy";

@@ -12,9 +12,9 @@ buildGoModule rec {
owner = "caddyserver";
repo = pname;
rev = "v${version}";
sha256 = "1vagcw6ibri4nbx1n60xp7rffcfr64a2202hjaijyjzc8wcl80na";
sha256 = "0ir394nmdrqvslghqky4d2py65ff77fqsp0nmxdlsdps49szwh7h";
};
modSha256 = "1sb8w6n84cpya2rjm0zm798kzf5vjpkr5440j1gfnnnr07jl2aqn";
modSha256 = "0sqnw81l73gssnpd4dsl3vd10584riq0417z4dvbhjnc8b3z4xwv";

meta = with stdenv.lib; {
homepage = "https://caddyserver.com";