Merge pull request #82290 from helsinki-systems/upd/ngx_fastcgi_cache_purge

nginxModules.fastcgi-cache-purge: 2.3 -> 2.5
This commit is contained in:
Mario Rodas 2020-03-13 08:44:44 -05:00 committed by GitHub
commit 34914fce19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,10 +80,10 @@ in
fastcgi-cache-purge = {
src = fetchFromGitHub {
owner = "FRiCKLE";
owner = "nginx-modules";
repo = "ngx_cache_purge";
rev = "2.3";
sha256 = "0ib2jrbjwrhvmihhnzkp4w87fxssbbmmmj6lfdwpm6ni8p9g60dw";
rev = "2.5";
sha256 = "1f4kxagzvz10vqbcjwi57wink6xw3s1h7wlrrlrlpkmhfbf9704y";
};
};