mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
nginxModules.sorted-querystring: init at 0.3
This commit is contained in:
parent
b329187524
commit
f6525448a5
@ -307,6 +307,15 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
sorted-querystring = {
|
||||
src = fetchFromGitHub {
|
||||
owner = "wandenberg";
|
||||
repo = "nginx-sorted-querystring-module";
|
||||
rev = "0.3";
|
||||
sha256 = "0p6b0hcws39n27fx4xp9k4hb3pcv7b6kah4qqaj0pzjy3nbp4gj7";
|
||||
};
|
||||
};
|
||||
|
||||
statsd = {
|
||||
src = fetchFromGitHub {
|
||||
owner = "apcera";
|
||||
|
Loading…
Reference in New Issue
Block a user