3
0
Fork 0
forked from mirrors/nixpkgs

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

This commit is contained in:
Sandro 2022-09-09 14:02:32 +02:00 committed by GitHub
commit a0444c9e9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "rapidfuzz-cpp";
version = "1.2.0";
version = "1.3.0";
src = fetchFromGitHub {
owner = "maxbachmann";
repo = "rapidfuzz-cpp";
rev = "v${version}";
hash = "sha256-S92ookWpQ4OW53oYXPiCokUchI+47CILDR5RXxPJbmU=";
hash = "sha256-LhMubYSq5EO4Pup+mVPQpcXwur/bPz+NZ1CcyqDt6lM=";
};
patches = [