Skip to content

Commit

Permalink
gnatPackages.gnatcoll-*(db): 24.0.0 -> 25.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sternenseemann committed Nov 30, 2024
1 parent b202077 commit 3fd273a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/ada-modules/gnatcoll/db.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ stdenv.mkDerivation rec {
if onlyExecutable
then builtins.replaceStrings [ "_" ] [ "-" ] component
else "gnatcoll-${component}";
version = "24.0.0";
version = "25.0.0";

src = fetchFromGitHub {
owner = "AdaCore";
repo = "gnatcoll-db";
rev = "v${version}";
sha256 = "0jq76s4s7q2x93jh8la6r0i3jkpvgsfj12vbbaqabh410xccyr3p";
sha256 = "0q35ii0aa4hh59v768l5cilg1b30a4ckcvlbfy0lkcbp3rcfnbz3";
};

# Link executables dynamically unless specified by the platform,
Expand Down

0 comments on commit 3fd273a

Please sign in to comment.