From b2415c564541f15cb577727fb0be66216fb4121c Mon Sep 17 00:00:00 2001 From: Franz Pletz Date: Tue, 11 Feb 2025 02:34:31 +0100 Subject: [PATCH] nginxModules.zstd: 0.1.1 -> 2024-04-22 Fixes ordering issue that breaks SSI. --- pkgs/servers/http/nginx/modules.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/http/nginx/modules.nix b/pkgs/servers/http/nginx/modules.nix index 44575bb91b573..2565cfc465e6e 100644 --- a/pkgs/servers/http/nginx/modules.nix +++ b/pkgs/servers/http/nginx/modules.nix @@ -1025,8 +1025,8 @@ let self = { name = "zstd"; owner = "tokers"; repo = "zstd-nginx-module"; - rev = "0.1.1"; - hash = "sha256-1gCV7uUsuYnZfb9e8VfjWkUloVINOUH5qzeJ03kIHgs="; + rev = "f4ba115e0b0eaecde545e5f37db6aa18917d8f4b"; + hash = "sha256-N8D3KRpd79O8sdlPngtK9Ii7XT2imS4F+nkqsHMHw/w="; }; inputs = [ zstd ];