Skip to content

Commit 72427e2

Browse files
committed
junixsocket-native-common: init at 2.10.1
1 parent 67f0915 commit 72427e2

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
fetchMavenArtifact,
3+
junixsocket-common,
4+
lib,
5+
}:
6+
7+
fetchMavenArtifact {
8+
groupId = "com.kohlschutter.junixsocket";
9+
artifactId = "junixsocket-native-common";
10+
inherit (junixsocket-common) version;
11+
hash = "sha256-ASbOC68c61de9ReAfU0rFLnzLwYYAgThLsc6tKdyVno=";
12+
meta = junixsocket-common.meta // {
13+
description = "Binaries of the native JNI library for junixsocket for common platforms";
14+
sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
15+
};
16+
}

0 commit comments

Comments
 (0)