3
0
Fork 0
forked from mirrors/nixpkgs

rapidfuzz-cpp: 1.3.0 -> 1.10.0

This commit is contained in:
R. Ryantm 2022-10-30 05:07:54 +00:00 committed by Robert Schütz
parent 488936101f
commit 84600b6b7e

View file

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