We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eb3aa31 + ed9a1c6 commit 78f33e1Copy full SHA for 78f33e1
pkgs/by-name/jn/jna/package.nix
@@ -9,13 +9,13 @@
9
10
stdenv.mkDerivation (finalAttrs: {
11
pname = "jna";
12
- version = "5.16.0";
+ version = "5.17.0";
13
14
src = fetchFromGitHub {
15
owner = "java-native-access";
16
repo = "jna";
17
rev = finalAttrs.version;
18
- hash = "sha256-IlOdvgZ5acwjuaDQT+vgQhC9itZmMjqzsrQHDNoEapM=";
+ hash = "sha256-4i7iQaxH4wS35cIvMfcNf4kUGI+uIoHNpZkQrs4oAyk=";
19
};
20
21
nativeBuildInputs = [
0 commit comments