Skip to content

Commit

Permalink
Merge pull request #32123 from kosta/master
Browse files Browse the repository at this point in the history
brotli: 0.6.0 -> 1.0.1
  • Loading branch information
orivej committed Nov 29, 2017
2 parents 6254f59 + 2a0e757 commit 11520e8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 93 deletions.
37 changes: 0 additions & 37 deletions pkgs/development/libraries/libbrotli/default.nix

This file was deleted.

6 changes: 3 additions & 3 deletions pkgs/servers/http/nginx/modules.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
src = fetchFromGitHub {
owner = "google";
repo = "ngx_brotli";
rev = "788615eab7c5e0a984278113c55248305620df14";
sha256 = "02514bbjdhm9m38vljdh626d3c1783jxsxawv5c6bzblwmb8xgvf";
rev = "bfd2885b2da4d763fed18f49216bb935223cd34b";
sha256 = "04yx1n0wi3l2x37jd1ynl9951qxkn8xp42yv0mfp1qz9svips81n";
fetchSubmodules = true;
};
inputs = [ pkgs.libbrotli ];
};

rtmp = {
Expand Down
6 changes: 3 additions & 3 deletions pkgs/tools/compression/brotli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@

stdenv.mkDerivation rec {
name = "brotli-${version}";
version = "0.6.0";
version = "1.0.1";

src = fetchFromGitHub {
owner = "google";
repo = "brotli";
rev = "v" + version;
sha256 = "1wapq5hzflbmrcqgz92iv79rm893bskh03kvqgnn33dzbz3slavs";
sha256 = "1rqgp8xi1k4sjy9sngg1vw0v8q2mm46dhyya4d35n3k6yk7pk0qv";
};

buildInputs = [ cmake ];

# This breaks on Darwin because our cmake hook tries to make a build folder
# and the wonderful bazel BUILD file is already there (yay case-insensitivty?)
# and the wonderful bazel BUILD file is already there (yay case-insensitivity?)
prePatch = "rm BUILD";

meta = with stdenv.lib; {
Expand Down
46 changes: 0 additions & 46 deletions pkgs/tools/compression/brotli/unstable.nix

This file was deleted.

4 changes: 0 additions & 4 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1553,10 +1553,6 @@ with pkgs;

brotli = callPackage ../tools/compression/brotli { };

brotliUnstable = callPackage ../tools/compression/brotli/unstable.nix { };

libbrotli = callPackage ../development/libraries/libbrotli { };

biosdevname = callPackage ../tools/networking/biosdevname { };

c14 = callPackage ../applications/networking/c14 { };
Expand Down

0 comments on commit 11520e8

Please sign in to comment.