1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 21:50:55 +00:00

xxHash: 0.6.4.20171222 -> 0.6.5

This commit is contained in:
Orivej Desh 2019-02-24 19:19:08 +00:00
parent b2eab5793d
commit bccab16109

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "xxHash-${version}";
version = "0.6.4.20171222";
version = "0.6.5";
src = fetchFromGitHub {
sha256 = "1az5vm14rdc3pa3l0wj180wpii14if16diril3gz8q9ip1215gwj";
rev = "7caf8bd76440c75dfe1070d3acfbd7891aea8fca";
repo = "xxHash";
owner = "Cyan4973";
repo = "xxHash";
rev = "v${version}";
sha256 = "137hifc3f3cb4ib64rd6y83arc9hmbyncgrij2v8m94mx66g2aks";
};
outputs = [ "out" "dev" ];