Skip to content

Commit

Permalink
ruby.rubygems: 3.4.7 -> 3.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
marsam committed Mar 7, 2023
1 parent aaa11f7 commit 35d43b4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/development/interpreters/ruby/rubygems/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "rubygems";
version = "3.4.7";
version = "3.4.8";

src = fetchurl {
url = "https://rubygems.org/rubygems/rubygems-${version}.tgz";
sha256 = "sha256-h2nEu+e6uEcYu6gSFzzCIvSuCE5Vm5sZEzuT7BiMCyM=";
sha256 = "sha256-0FlDZJNJJGVkvBmKWNBqNRaTto6ciCOuQEK6uq6dotQ=";
};

patches = [
Expand All @@ -23,6 +23,7 @@ stdenv.mkDerivation rec {

meta = with lib; {
description = "Package management framework for Ruby";
changelog = "https://github.com/rubygems/rubygems/blob/v${version}/CHANGELOG.md";
homepage = "https://rubygems.org/";
license = with licenses; [ mit /* or */ ruby ];
maintainers = with maintainers; [ zimbatm ];
Expand Down

0 comments on commit 35d43b4

Please sign in to comment.