Merge pull request #255395 from r-ryantm/auto-update/vectorscan

vectorscan: 5.4.9 -> 5.4.10.1
This commit is contained in:
Weijia Wang 2023-09-18 21:55:31 +02:00 committed by GitHub
commit b153a74d08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "vectorscan";
version = "5.4.9";
version = "5.4.10.1";
src = fetchFromGitHub {
owner = "VectorCamp";
repo = "vectorscan";
rev = "vectorscan/${version}";
hash = "sha256-V5Qgr8aH1H+ZoJ0IZ52HIDRZq+yIwHjLf3gU/ZhjjlY=";
hash = "sha256-x6FefOrUvpN/A4GXTd+3SGZEAQL6pXt83ufxRIY3Q9k=";
};
nativeBuildInputs = [