rapidfuzz-cpp: 1.10.4 -> 1.11.2
Diff: https://github.com/maxbachmann/rapidfuzz-cpp/compare/v1.10.4...v1.11.2 Changelog: https://github.com/maxbachmann/rapidfuzz-cpp/blob/v1.11.2/CHANGELOG.md
This commit is contained in:
committed by
Robert Schütz
parent
98dc2474f7
commit
2fb8bf02cd
@@ -7,13 +7,13 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "rapidfuzz-cpp";
|
||||
version = "1.10.4";
|
||||
version = "1.11.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "maxbachmann";
|
||||
repo = "rapidfuzz-cpp";
|
||||
rev = "v${finalAttrs.version}";
|
||||
hash = "sha256-I7MdeLs+J5a57ypgUJIW0/pSFPzK4nZA4ZrVRdKX7J4=";
|
||||
hash = "sha256-1TO0CVq/b9odiwnfOQAcPiSM4EuxIAUPs+zS3F0caHg=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user