xxHash: 0.7.1 -> 0.7.2

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/xxhash/versions
This commit is contained in:
R. RyanTM 2019-10-24 13:16:44 -07:00 committed by Jon
parent ccfb3fd466
commit a16145e47d

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "xxHash";
version = "0.7.1";
version = "0.7.2";
src = fetchFromGitHub {
owner = "Cyan4973";
repo = "xxHash";
rev = "v${version}";
sha256 = "0hh1ypwk86m3b0x4433k95f94b48kvl7s79dml0f3g0cv8jdvkgw";
sha256 = "1f9gl0cymmi92ihsfan0p4zmyf2hxwx4arjimpbmbp719nbcvdsx";
};
outputs = [ "out" "dev" ];