Will Dietz 2018-06-28 06:03:21 -05:00 committed by xeji
parent 78e05215a7
commit 6f9a53c13c

View File

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