brotli: 1.0.5 -> 1.0.6 (#46903)

This commit is contained in:
Will Dietz 2018-09-19 17:10:47 -05:00 committed by xeji
parent d6b9252d67
commit 6e9cc8871f

View File

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