snappy: 1.1.7 -> 1.1.8
This commit is contained in:
parent
e75b7ed17e
commit
6213465bba
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "snappy";
|
pname = "snappy";
|
||||||
version = "1.1.7";
|
version = "1.1.8";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "google";
|
owner = "google";
|
||||||
repo = "snappy";
|
repo = "snappy";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1x7r8sjmdqlqjz0xfiwdyrqpgaj5yrvrgb28ivgpvnxgar5qv6m2";
|
sha256 = "1j0kslq2dvxgkcxl1gakhvsa731yrcvcaipcp5k8k7ayicvkv9jv";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./disable-benchmark.patch ];
|
patches = [ ./disable-benchmark.patch ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user