[Backport release-25.05] uvwasi: 0.0.21 -> 0.0.23 (#440604)

This commit is contained in:
Peder Bergebakken Sundt
2025-09-11 13:27:40 +02:00
committed by GitHub

View File

@@ -11,21 +11,15 @@
stdenv.mkDerivation (finalAttrs: {
pname = "uvwasi";
version = "0.0.21";
version = "0.0.23";
src = fetchFromGitHub {
owner = "nodejs";
repo = "uvwasi";
tag = "v${finalAttrs.version}";
hash = "sha256-po2Pwqf97JXGKY8WysvyR1vSkqQ4XIF0VQG+83yV9nM=";
hash = "sha256-+vz/qTMRRDHV1VE4nny9vYYtarZHk1xoM4EZiah3jnY=";
};
# Patch was sent upstream: https://github.com/nodejs/uvwasi/pull/302.
postPatch = ''
substituteInPlace CMakeLists.txt \
--replace-fail 'DESTINATION ''${CMAKE_INSTALL_INCLUDEDIR}/uvwasi' 'DESTINATION ''${CMAKE_INSTALL_INCLUDEDIR}'
'';
outputs = [
"out"
];