Skip to content

Commit

Permalink
caddy: 2.7.5 -> 2.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
emilylange authored and github-actions[bot] committed Dec 9, 2023
1 parent f33536f commit 24b73ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/caddy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
, installShellFiles
}:
let
version = "2.7.5";
version = "2.7.6";
dist = fetchFromGitHub {
owner = "caddyserver";
repo = "dist";
Expand All @@ -23,10 +23,10 @@ buildGoModule {
owner = "caddyserver";
repo = "caddy";
rev = "v${version}";
hash = "sha256-0IZZ7mkEzZI2Y8ed//m0tbBQZ0YcCXA0/b10ntNIXUk=";
hash = "sha256-th0R3Q1nGT0q5PGOygtD1/CpJmrT5TYagrwQR4t/Fvg=";
};

vendorHash = "sha256-YNcQtjPGQ0XMSog+sWlH4lG/QdbdI0Lyh/fUGqQUFaY=";
vendorHash = "sha256-ebnSehuhbCY58ctM8IRVMfNxxbJBp6ht9cbuLdGFNek=";

subPackages = [ "cmd/caddy" ];

Expand Down

0 comments on commit 24b73ab

Please sign in to comment.