We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1371a55 commit d9c48cdCopy full SHA for d9c48cd
pkgs/by-name/ga/gambit-project/package.nix
@@ -10,13 +10,13 @@
10
11
stdenv.mkDerivation (finalAttrs: {
12
pname = "gambit-project";
13
- version = "16.2.1";
+ version = "16.3.0";
14
15
src = fetchFromGitHub {
16
owner = "gambitproject";
17
repo = "gambit";
18
rev = "v${finalAttrs.version}";
19
- hash = "sha256-2+BW5Lyv1mFJIawAruxNcTU3aB55fekeeq/cJh1mgl4=";
+ hash = "sha256-waRGnkykkKqOs7G1nlkL+eO4QRmerhGrZ7wjRgBsZc0=";
20
};
21
22
nativeBuildInputs = [ autoreconfHook ] ++ lib.optional withGui wxGTK31;
0 commit comments