Unverified Commit 0444dc67 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

caddy: 2.9.1 -> 2.10.0 (#399857)

parents 98807f0c 13bc6494
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@
          services.caddy = {
            package = pkgs.caddy.withPlugins {
              plugins = [ "github.com/caddyserver/replace-response@v0.0.0-20241211194404-3865845790a7" ];
              hash = "sha256-WPmJPnyOrAnuJxvn3ywswqvLGV8SZzzn3gU1Tbtpao4=";
              hash = "sha256-BJ+//h/bkj6y2Zhxas8oJyrryiTDR2Qpz7+VloqrbwQ=";
            };
            configFile = pkgs.writeText "Caddyfile" ''
              {
+4 −4
Original line number Diff line number Diff line
@@ -10,12 +10,12 @@
  stdenv,
}:
let
  version = "2.9.1";
  version = "2.10.0";
  dist = fetchFromGitHub {
    owner = "caddyserver";
    repo = "dist";
    tag = "v${version}";
    hash = "sha256-28ahonJ0qeynoqf02gws0LstaL4E08dywSJ8s3tgEDI=";
    hash = "sha256-us1TnszA/10OMVSDsNvzRb6mcM4eMR3pQ5EF4ggA958=";
  };
in
buildGoModule {
@@ -26,10 +26,10 @@ buildGoModule {
    owner = "caddyserver";
    repo = "caddy";
    tag = "v${version}";
    hash = "sha256-XW1cBW7mk/aO/3IPQK29s4a6ArSKjo7/64koJuzp07I=";
    hash = "sha256-hzDd2BNTZzjwqhc/STbSAHnNlP7g1cFuMehqU1LumQE=";
  };

  vendorHash = "sha256-qrlpuqTnFn/9oMTMovswpS1eAI7P9gvesoMpsIWKcY8=";
  vendorHash = "sha256-9Iu4qmBVkGeSAywLgQuDR7y+TwCBqwhVxhfaXhCDnUc=";

  subPackages = [ "cmd/caddy" ];