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

rapidfuzz-cpp: 3.0.2 -> 3.0.3
This commit is contained in:
Robert Schütz 2024-04-07 02:04:55 +00:00 committed by GitHub
commit c9f6b6e818
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "rapidfuzz-cpp";
version = "3.0.2";
version = "3.0.3";
src = fetchFromGitHub {
owner = "rapidfuzz";
repo = "rapidfuzz-cpp";
rev = "v${finalAttrs.version}";
hash = "sha256-4J2j+/0ZVMNlrgLbEQk3me/EX07TZ/rLsT1/5ufxbic=";
hash = "sha256-6Df0X/gkS0i1RWv1uh0Hcn/lrLlIHeRp/+vfUmQ2EmI=";
};
nativeBuildInputs = [