Merge pull request #321804 from trofi/nodejs-openssl-tests

nodejs_20: backport openssl fixes
This commit is contained in:
superherointj
2024-06-23 08:08:03 -03:00
committed by GitHub
+4
View File
@@ -19,5 +19,9 @@ buildNodejs {
url = "https://github.com/nodejs/node/commit/534c122de166cb6464b489f3e6a9a544ceb1c913.patch";
hash = "sha256-4q4LFsq4yU1xRwNsM1sJoNVphJCnxaVe2IyL6AeHJ/I=";
})
(fetchpatch2 {
url = "https://github.com/nodejs/node/commit/14863e80584e579fd48c55f6373878c821c7ff7e.patch";
hash = "sha256-I7Wjc7DE059a/ZyXAvAqEGvDudPjxQqtkBafckHCFzo=";
})
];
}