Skip to content

Commit fec0d77

Browse files
committed
1 parent 52ffebb commit fec0d77

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/development/interpreters/ruby/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ let
202202
for makefile in $extMakefiles; do
203203
make -C "$(dirname "$makefile")" distclean
204204
done
205-
find "$out/${passthru.gemPath}" -name gem_make.out -delete
205+
find "$out/${passthru.gemPath}" \( -name gem_make.out -o -name mkmf.log \) -delete
206206
# Bundler tries to create this directory
207207
mkdir -p $out/nix-support
208208
cat > $out/nix-support/setup-hook <<EOF
@@ -296,7 +296,7 @@ in {
296296
};
297297

298298
ruby_3_1 = generic {
299-
version = rubyVersion "3" "1" "2" "";
300-
sha256 = "0gm84ipk6mrfw94852w5h7xxk2lqrxjbnlwb88svf0lz70933131";
299+
version = rubyVersion "3" "1" "3" "";
300+
sha256 = "sha256-XqSYo19M0Vh1IApS3eQrbrF54SZOF9eHMsOlfNHGq54=";
301301
};
302302
}

0 commit comments

Comments
 (0)