gambit-project: 16.2.0 -> 16.2.1 (#371985)

Co-authored-by: t4ccer <t4ccer@users.noreply.github.com>

authored by

nixpkgs-merge-bot[bot]
t4ccer
and committed by
GitHub
27b07cfc f7bd6778

+2 -2
+2 -2
pkgs/by-name/ga/gambit-project/package.nix
··· 10 10 11 11 stdenv.mkDerivation (finalAttrs: { 12 12 pname = "gambit-project"; 13 - version = "16.2.0"; 13 + version = "16.2.1"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "gambitproject"; 17 17 repo = "gambit"; 18 18 rev = "v${finalAttrs.version}"; 19 - hash = "sha256-OuI2DA/5CLgHqcHwOGUE9IdrnyjlGKy8B7tWueUfUtg="; 19 + hash = "sha256-2+BW5Lyv1mFJIawAruxNcTU3aB55fekeeq/cJh1mgl4="; 20 20 }; 21 21 22 22 nativeBuildInputs = [ autoreconfHook ] ++ lib.optional withGui wxGTK31;