Merge pull request #38861 from r-ryantm/auto-update/brotli

brotli: 1.0.3 -> 1.0.4
This commit is contained in:
Jörg Thalheim 2018-04-12 20:56:25 +01:00 committed by GitHub
commit 7e7f470132
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
name = "brotli-${version}";
version = "1.0.3";
version = "1.0.4";
src = fetchFromGitHub {
owner = "google";
repo = "brotli";
rev = "v" + version;
sha256 = "1hlkqgkm2gv6q83dswg6b19hpw8j33y6iw924j8r647pd4qg1xs7";
sha256 = "0n5snycxgwqj2v8sgxiqxq4zqh5ydx70dr7qa4ygizs02ms69n1i";
};
nativeBuildInputs = [ cmake ];