Skip to content

Commit

Permalink
Merge pull request #243067 from marsam/update-bundler
Browse files Browse the repository at this point in the history
bundler: 2.4.15 -> 2.4.16
  • Loading branch information
marsam authored Jul 12, 2023
2 parents e2622ee + e664454 commit e0c7f35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 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.15";
version = "3.4.16";

src = fetchurl {
url = "https://rubygems.org/rubygems/rubygems-${version}.tgz";
hash = "sha256-OCjoZbz3En8ERq41T+bykHeoKkOGvMVVDX21kKYypKw=";
hash = "sha256-T58wDLMOCPPwoPuXdZvpXeF7yERXvW1lPxVqe8zFs6M=";
};

patches = [
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/ruby-modules/bundler/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ buildRubyGem rec {
inherit ruby;
name = "${gemName}-${version}";
gemName = "bundler";
version = "2.4.15";
source.sha256 = "sha256-FM2eQJyQy1UxmHj++zvlqLz8dDOxQRXehSOytfc0rqo=";
version = "2.4.16";
source.sha256 = "sha256-FjRuBn1YnZUgCoDzPFEbMLii6JASiFJbLTKS4hdenWk=";
dontPatchShebangs = true;

postFixup = ''
Expand Down

0 comments on commit e0c7f35

Please sign in to comment.