Skip to content

Commit 78f33e1

Browse files
jna: 5.16.0 -> 5.17.0 (#395342)
Co-authored-by: nagy <[email protected]>
2 parents eb3aa31 + ed9a1c6 commit 78f33e1

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)