1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

rubyPackages.rexml: 3.3.0 -> 3.3.6

addressing CVE-2024-41123 & CVE-2024-41946
This commit is contained in:
Robert Scott 2024-08-28 21:49:04 +01:00
parent 1e3aee6480
commit e3fcd164fa

View file

@ -3137,10 +3137,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0428ady49qssmnmwnafzrjvyba8mzbridsgblv7c7kmd0vqgfn99";
sha256 = "1ik3in0957l9s6iwdm3nsk4za072cj27riiqgpx6zzcd22flbw3s";
type = "gem";
};
version = "3.3.0";
version = "3.3.6";
};
rmagick = {
dependencies = ["observer" "pkg-config"];