ruby_2_6: 2.6.0 -> 2.6.1

This commit is contained in:
Alyssa Ross 2019-01-30 13:39:19 +00:00
parent c995ad005e
commit b89c3b952a
No known key found for this signature in database
GPG Key ID: C4844408C0657052
2 changed files with 4 additions and 4 deletions

View File

@ -223,10 +223,10 @@ in {
}; };
ruby_2_6 = generic { ruby_2_6 = generic {
version = rubyVersion "2" "6" "0" ""; version = rubyVersion "2" "6" "1" "";
sha256 = { sha256 = {
src = "0wn0gxlx6xhhqrm2caxp0h6cj4nw7knnv5gh27qqzj0i9a95phzk"; src = "1f0w37jz2ryvlx260rw3s3wl0wg7dkzphb54lpvrqg90pfvly0hp";
git = "0bwbl4hz18dd5aij2l4s6xy90dc17d03kk577gdl34l9mbd9m7mn"; git = "07gp7df1izw9rdbp9ciw4q5kq8icx3zd5w1xrhwsw0dfbsmmnsrj";
}; };
}; };
} }

View File

@ -16,6 +16,6 @@ rec {
"${patchSet}/patches/ruby/2.5/head/railsexpress/02-improve-gc-stats.patch" "${patchSet}/patches/ruby/2.5/head/railsexpress/02-improve-gc-stats.patch"
"${patchSet}/patches/ruby/2.5/head/railsexpress/03-more-detailed-stacktrace.patch" "${patchSet}/patches/ruby/2.5/head/railsexpress/03-more-detailed-stacktrace.patch"
]; ];
"2.6.0" = ops useRailsExpress [ # no Rails Express patchset yet (2018-12-26) "2.6.1" = ops useRailsExpress [ # no Rails Express patchset yet (2019-01-30)
]; ];
} }