Files
nixpkgs/pkgs/development/interpreters/ruby/rvm-patchsets.nix
T
ajs124 828487c551 ruby_2_7: 2.7.6 -> 2.7.7
Fixes CVE-2021-33621
2023-01-18 15:57:54 +01:00

9 lines
211 B
Nix

{ fetchFromGitHub }:
fetchFromGitHub {
owner = "skaes";
repo = "rvm-patchsets";
rev = "e6574c54a34fe6e4d45aa1433872a22ddfe14cf3";
hash = "sha256-x2KvhgRVJ4Nc5v1j4DggKO1u3otG8HVMxhq4yuUKnds=";
}