mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Merge pull request #317171 from teoljungberg/ruby_3_3_2
ruby_3_3: 3.3.1 -> 3.3.2
This commit is contained in:
commit
a53f8b3cd0
1 changed files with 2 additions and 2 deletions
|
@ -310,8 +310,8 @@ in {
|
|||
};
|
||||
|
||||
ruby_3_3 = generic {
|
||||
version = rubyVersion "3" "3" "1" "";
|
||||
hash = "sha256-jcKvKALMcAzRgtVDByY4jM+IWz8KFPzWoPIf8knJqpk=";
|
||||
version = rubyVersion "3" "3" "2" "";
|
||||
hash = "sha256-O+HRAOvyoM5gws2NIs2dtNZLPgShlDvixP97Ug8ry1s=";
|
||||
cargoHash = "sha256-GeelTMRFIyvz1QS2L+Q3KAnyQy7jc0ejhx3TdEFVEbk=";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue