Skip to content

Commit

Permalink
ada: 2.9.2 -> 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 30, 2025
1 parent 06d633e commit 0a98886
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ad/ada/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

stdenv.mkDerivation rec {
pname = "ada";
version = "2.9.2";
version = "3.0.0";

src = fetchFromGitHub {
owner = "ada-url";
repo = "ada";
rev = "v${version}";
hash = "sha256-VWFxupmgc+fq9aj/02uMEsiwhP+9PWMSleoIoyKVe3c=";
hash = "sha256-6heohik9MlIvDTSWe8U6/mdHuSHaEv4rkGwaz0LH8NU=";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit 0a98886

Please sign in to comment.