Skip to content

Commit

Permalink
gambit-project: 16.2.0 -> 16.2.1 (NixOS#371985)
Browse files Browse the repository at this point in the history
Co-authored-by: t4ccer <[email protected]>
  • Loading branch information
nixpkgs-merge-bot[bot] and t4ccer authored Jan 9, 2025
2 parents f7bd677 + ae63059 commit 27b07cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ga/gambit-project/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "gambit-project";
version = "16.2.0";
version = "16.2.1";

src = fetchFromGitHub {
owner = "gambitproject";
repo = "gambit";
rev = "v${finalAttrs.version}";
hash = "sha256-OuI2DA/5CLgHqcHwOGUE9IdrnyjlGKy8B7tWueUfUtg=";
hash = "sha256-2+BW5Lyv1mFJIawAruxNcTU3aB55fekeeq/cJh1mgl4=";
};

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

0 comments on commit 27b07cf

Please sign in to comment.