Skip to content

Commit d9c48cd

Browse files
committed
gambit-project: 16.2.1 -> 16.3.0
1 parent 1371a55 commit d9c48cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ga/gambit-project/package.nix

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

1111
stdenv.mkDerivation (finalAttrs: {
1212
pname = "gambit-project";
13-
version = "16.2.1";
13+
version = "16.3.0";
1414

1515
src = fetchFromGitHub {
1616
owner = "gambitproject";
1717
repo = "gambit";
1818
rev = "v${finalAttrs.version}";
19-
hash = "sha256-2+BW5Lyv1mFJIawAruxNcTU3aB55fekeeq/cJh1mgl4=";
19+
hash = "sha256-waRGnkykkKqOs7G1nlkL+eO4QRmerhGrZ7wjRgBsZc0=";
2020
};
2121

2222
nativeBuildInputs = [ autoreconfHook ] ++ lib.optional withGui wxGTK31;

0 commit comments

Comments
 (0)