Skip to content

Commit

Permalink
Merge pull request #183790 from r-ryantm/auto-update/rapidfuzz-cpp
Browse files Browse the repository at this point in the history
rapidfuzz-cpp: 1.0.4 -> 1.1.0
  • Loading branch information
risicle committed Jul 30, 2022
2 parents 7035200 + e046e5b commit 018b859
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/rapidfuzz-cpp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

stdenv.mkDerivation rec {
pname = "rapidfuzz-cpp";
version = "1.0.4";
version = "1.1.0";

src = fetchFromGitHub {
owner = "maxbachmann";
repo = "rapidfuzz-cpp";
rev = "v${version}";
hash = "sha256-ocR88dgRo7dF7scATv8kPYmcK3R6a8DcoJfNHq1hZnM=";
hash = "sha256-ltxOn8thAiYgi5rG6xYFSnPl20Uyf4mWs1Rcv3lP++E=";
};

patches = [
Expand Down

0 comments on commit 018b859

Please sign in to comment.