jextract: unstable-2025-05-08 -> 0-unstable-2025-11-12

This commit is contained in:
Liam Gilligan
2026-05-11 16:08:01 -07:00
parent d633f6fe22
commit 0b75800b8d
+3 -3
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation {
pname = "jextract";
version = "unstable-2025-05-08";
version = "0-unstable-2025-11-12";
src = fetchFromGitHub {
owner = "openjdk";
repo = "jextract";
rev = "ab6b30fd189e33a52d366846202f2e9b9b280142";
hash = "sha256-cFXQo/DpjOuuW+HCP2G9HiOqdgVmmyPd3IXCB9X+w6M=";
rev = "91fc954c46fac907cae6cd1417d835208c9df150";
hash = "sha256-RAK7A0BCFaYe/q1nCdvXk091bhSj9DKxg2uQfABk4eo=";
};
nativeBuildInputs = [