bundler: 2.4.4 -> 2.4.5

This commit is contained in:
Anthony Roussel 2023-01-23 04:36:02 +01:00
parent 798513fd9e
commit 5b5ace4f17
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E

View File

@ -4,8 +4,8 @@ buildRubyGem rec {
inherit ruby;
name = "${gemName}-${version}";
gemName = "bundler";
version = "2.4.4";
source.sha256 = "sha256-gwAxWVkd9nptMRtaZc++8PmJZdIDVr66wUv1xi1NPJ0=";
version = "2.4.5";
source.sha256 = "sha256-Wvj6rwlmbVnM3xqORh8Xu8XE5Jutstyu4XRln4yH1Eo=";
dontPatchShebangs = true;
postFixup = ''