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

ruby: 3.3.4 -> 3.3.5 (#340137)

Fixes: CVE-2024-43398
Fixes: CVE-2024-41946
Fixes: CVE-2024-41123
Fixes: CVE-2024-39908
(cherry picked from commit a487044287)
This commit is contained in:
Michael Stahnke 2024-09-07 01:53:28 -05:00 committed by Alyssa Ross
parent 0b3780d83d
commit cac1d42880

View file

@ -307,8 +307,8 @@ in {
};
ruby_3_3 = generic {
version = rubyVersion "3" "3" "4" "";
hash = "sha256-/mow+X1U4Cl2jy3fSSNpnEFs28Om6W2z4tVxbH25ajQ=";
version = rubyVersion "3" "3" "5" "";
hash = "sha256-N4GjUEIiwvJstLnrnBoS2/SUTTZs4kqf+M+Z7LznUZY=";
cargoHash = "sha256-GeelTMRFIyvz1QS2L+Q3KAnyQy7jc0ejhx3TdEFVEbk=";
};