pkgsStatic.brotli: fix patch
This commit is contained in:
parent
0c6e5e15f8
commit
99c9647e69
@ -16,9 +16,10 @@ stdenv.mkDerivation rec {
|
|||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
|
|
||||||
patches = stdenv.lib.optional staticOnly (fetchpatch {
|
patches = stdenv.lib.optional staticOnly (fetchpatch {
|
||||||
# from https://github.com/google/brotli/pull/655
|
# context from https://github.com/google/brotli/pull/655
|
||||||
url = "https://github.com/google/brotli/commit/7289e5a378ba13801996a84d89d8fe95c3fc4c11.patch";
|
# updated patch from https://github.com/google/brotli/pull/655
|
||||||
sha256 = "1bghbdvj24jrvb0sqfdif9vwg7wx6pn8dvl6flkrcjkhpj0gi0jg";
|
url = "https://github.com/google/brotli/commit/47a554804ceabb899ae924aaee54df806053d0d1.patch";
|
||||||
|
sha256 = "sOeXNVsCaBSD9i82GRUDrkyreGeQ7qaJWjjy/uLL0/0=";
|
||||||
});
|
});
|
||||||
|
|
||||||
cmakeFlags = []
|
cmakeFlags = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user