Skip to content

Commit ed9a1c6

Browse files
committed
jna: 5.16.0 -> 5.17.0
1 parent 02b2743 commit ed9a1c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/jn/jna/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99

1010
stdenv.mkDerivation (finalAttrs: {
1111
pname = "jna";
12-
version = "5.16.0";
12+
version = "5.17.0";
1313

1414
src = fetchFromGitHub {
1515
owner = "java-native-access";
1616
repo = "jna";
1717
rev = finalAttrs.version;
18-
hash = "sha256-IlOdvgZ5acwjuaDQT+vgQhC9itZmMjqzsrQHDNoEapM=";
18+
hash = "sha256-4i7iQaxH4wS35cIvMfcNf4kUGI+uIoHNpZkQrs4oAyk=";
1919
};
2020

2121
nativeBuildInputs = [

0 commit comments

Comments
 (0)