junixsocket-native-common: init at 2.10.1

This commit is contained in:
Volker Diels-Grabsch
2025-07-22 20:09:38 +02:00
parent 67f0915d2b
commit 72427e2533
@@ -0,0 +1,16 @@
{
fetchMavenArtifact,
junixsocket-common,
lib,
}:
fetchMavenArtifact {
groupId = "com.kohlschutter.junixsocket";
artifactId = "junixsocket-native-common";
inherit (junixsocket-common) version;
hash = "sha256-ASbOC68c61de9ReAfU0rFLnzLwYYAgThLsc6tKdyVno=";
meta = junixsocket-common.meta // {
description = "Binaries of the native JNI library for junixsocket for common platforms";
sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
};
}