rapidfuzz-cpp: 1.11.2 -> 1.11.3
Diff: https://github.com/maxbachmann/rapidfuzz-cpp/compare/v1.11.2...v1.11.3 Changelog: https://github.com/maxbachmann/rapidfuzz-cpp/blob/v1.11.3/CHANGELOG.md
This commit is contained in:
parent
40887bb328
commit
6fc1a1c91a
1 changed files with 2 additions and 2 deletions
|
@ -7,13 +7,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "rapidfuzz-cpp";
|
pname = "rapidfuzz-cpp";
|
||||||
version = "1.11.2";
|
version = "1.11.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "maxbachmann";
|
owner = "maxbachmann";
|
||||||
repo = "rapidfuzz-cpp";
|
repo = "rapidfuzz-cpp";
|
||||||
rev = "v${finalAttrs.version}";
|
rev = "v${finalAttrs.version}";
|
||||||
hash = "sha256-1TO0CVq/b9odiwnfOQAcPiSM4EuxIAUPs+zS3F0caHg=";
|
hash = "sha256-Qqdw5dy+JUBSDpbWEh3Ap3+3h+CcNdfBL+rloRzWGEQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue