Merge pull request #324205 from r-ryantm/auto-update/rapidfuzz-cpp

rapidfuzz-cpp: 3.0.4 -> 3.0.5
This commit is contained in:
Robert Schütz 2024-07-03 03:33:36 -07:00 committed by GitHub
commit a6e4ef08e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "rapidfuzz-cpp";
version = "3.0.4";
version = "3.0.5";
src = fetchFromGitHub {
owner = "rapidfuzz";
repo = "rapidfuzz-cpp";
rev = "v${finalAttrs.version}";
hash = "sha256-urMdK+6ORHRgisppb700jaQpxLXAvXVjd8WDN7Zky3A=";
hash = "sha256-8s2Jd1fI8iNmFyMbCEaGZdpqvYFB1tVNZ41ICLN4AeI=";
};
nativeBuildInputs = [