0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

ruby.rubygems: 3.5.22 -> 3.6.6

Diff: https://github.com/rubygems/rubygems/compare/v3.5.22...v3.6.6
This commit is contained in:
Kirill Radzikhovskyy 2025-03-16 09:42:16 +11:00
parent fe694bcc39
commit 191282c20e

View file

@ -7,11 +7,11 @@
stdenv.mkDerivation rec {
pname = "rubygems";
version = "3.5.22";
version = "3.6.6";
src = fetchurl {
url = "https://rubygems.org/rubygems/rubygems-${version}.tgz";
hash = "sha256-IpyOOTpBLpnWoP4qIvuY99Li15zbxI5ajcym+po1bIc=";
hash = "sha256-tGQv4WWY+5PUDWvN6faSUN68DxMjjK1BCnUFwM90Da0=";
};
patches = [