ruby.rubygems: 3.5.10 -> 3.5.11

This commit is contained in:
Anthony Roussel 2024-05-29 11:08:45 +02:00
parent ea2aec7c4b
commit 3d17ec58d4
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "rubygems";
version = "3.5.10";
version = "3.5.11";
src = fetchurl {
url = "https://rubygems.org/rubygems/rubygems-${version}.tgz";
hash = "sha256-u6vSZhH/RQyv6KeTaOZJro2pD7FmX8sZijbfr70mbbU=";
hash = "sha256-RSG1L4Q2IKn8XKdBRSa3RjsJiVZMOugLJraPvRMEyBg=";
};
patches = [