bundler: 2.6.9 -> 2.7.1

This commit is contained in:
Guy Chronister
2025-08-05 14:16:05 +00:00
committed by Anthony Roussel
parent 7b71e8adc0
commit cceefea34f
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ buildRubyGem rec {
inherit ruby;
name = "${gemName}-${version}";
gemName = "bundler";
version = "2.6.9";
source.sha256 = "sha256-olZ1/70FWuEYZ2bMHhILTPYliOiKu1m5nFfiKxxVyes=";
version = "2.7.1";
source.sha256 = "sha256-CtWgAqh5d2sqmL5lL1V6yHMb4zU2EtY/pO8bJwbcHgs=";
dontPatchShebangs = true;
postFixup = ''
@@ -7,11 +7,11 @@
stdenv.mkDerivation rec {
pname = "rubygems";
version = "3.6.9";
version = "3.7.1";
src = fetchurl {
url = "https://rubygems.org/rubygems/rubygems-${version}.tgz";
hash = "sha256-/91Gxq2+y52sVhzAA2ZkBu/S7ZPKIbX8xHBiAlAHIJ0=";
hash = "sha256-dQyMdxGA1B7SNYNE5UYe3ugxWMCoG3eZaaEzmWG8EWM=";
};
patches = [