Merge pull request #89077 from r-ryantm/auto-update/hyperscan

hyperscan: 5.2.1 -> 5.3.0
This commit is contained in:
Mario Rodas 2020-05-28 09:12:55 -05:00 committed by GitHub
commit ffcfd9d498
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,12 +11,12 @@
stdenv.mkDerivation rec {
pname = "hyperscan";
version = "5.2.1";
version = "5.3.0";
src = fetchFromGitHub {
owner = "intel";
repo = pname;
sha256 = "09dgvmjhdbrfgrsmjljl4wn06a8zlv9sd4d4l6h6bfbz57d35f95";
sha256 = "0psfkzmyhqfrs750b10d0xv37rcz6nwsw1mnc7zagijckwis2wvj";
rev = "v${version}";
};