gambit-project: 16.4.1 -> 16.5.0

This commit is contained in:
R. Ryantm
2026-01-05 14:18:46 +00:00
parent d6a6e93eee
commit af88a6d53c
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gambit-project";
version = "16.4.1";
version = "16.5.0";
src = fetchFromGitHub {
owner = "gambitproject";
repo = "gambit";
rev = "v${finalAttrs.version}";
hash = "sha256-jRjL/rQ3k0zdTFCx1S/jdYpijcBx1aV8zsC8mz8aZ3A=";
hash = "sha256-xoFtqPUC/qLrlEewIPeDmOH7rWMB+ak5CdVlH5t84MY=";
};
nativeBuildInputs = [ autoreconfHook ] ++ lib.optional withGui wxGTK31;