Skip to content

Commit

Permalink
rubyPackages.charlock_holmes: 0.7.7 -> 0.7.9
Browse files Browse the repository at this point in the history
Also the same inside schleuder gem-lock.
brianmario/charlock_holmes@v0.7.7...v0.7.9

In particular this fixes build, probably after icu upgrade:
https://hydra.nixos.org/build/289930518/nixlog/3/tail
  • Loading branch information
vcunat committed Feb 19, 2025
1 parent 4138f46 commit 3ec5235
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pkgs/tools/security/schleuder/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ GEM
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
bcrypt (3.1.20)
charlock_holmes (0.7.7)
charlock_holmes (0.7.9)
concurrent-ruby (1.3.1)
daemons (1.4.1)
eventmachine (1.2.7)
Expand Down
4 changes: 2 additions & 2 deletions pkgs/tools/security/schleuder/gemset.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "0hybw8jw9ryvz5zrki3gc9r88jqy373m6v46ynxsdzv1ysiyr40p";
sha256 = "1c1dws56r7p8y363dhyikg7205z59a3bn4amnv2y488rrq8qm7ml";
type = "gem";
};
version = "0.7.7";
version = "0.7.9";
};
concurrent-ruby = {
groups = [ "default" ];
Expand Down
4 changes: 2 additions & 2 deletions pkgs/top-level/ruby-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -322,10 +322,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0hybw8jw9ryvz5zrki3gc9r88jqy373m6v46ynxsdzv1ysiyr40p";
sha256 = "1c1dws56r7p8y363dhyikg7205z59a3bn4amnv2y488rrq8qm7ml";
type = "gem";
};
version = "0.7.7";
version = "0.7.9";
};
childprocess = {
dependecnies = ["logger"];
Expand Down

1 comment on commit 3ec5235

@vcunat
Copy link
Member Author

@vcunat vcunat commented on 3ec5235 Feb 19, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mweinelt: FYI, as the maintainer of schleuder

Please sign in to comment.