ruby_3_4: 3.4.2 -> 3.4.3 (#398804)

Changed files
+2 -2
pkgs
development
interpreters
+2 -2
pkgs/development/interpreters/ruby/default.nix
···
};
ruby_3_4 = generic {
-
version = rubyVersion "3" "4" "2" "";
-
hash = "sha256-QTKKwh8r/dfeazVl708N11QzVNN+lvFXoVUqa9DrNks=";
+
version = rubyVersion "3" "4" "3" "";
+
hash = "sha256-VaTNHcvlyifPZeiak1pILCuyKEgyk5JmVRwOxotDf0Y=";
cargoHash = "sha256-5Tp8Kth0yO89/LIcU8K01z6DdZRr8MAA0DPKqDEjIt0=";
};
}