ada: 3.2.3 -> 3.2.4

Diff: https://github.com/ada-url/ada/compare/refs/tags/v3.2.3...refs/tags/v3.2.4
This commit is contained in:
Nick Cao 2025-05-01 16:38:55 -04:00
parent 7e929eea84
commit 7d6b20a06b
No known key found for this signature in database

View file

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "ada";
version = "3.2.3";
version = "3.2.4";
src = fetchFromGitHub {
owner = "ada-url";
repo = "ada";
tag = "v${version}";
hash = "sha256-35vw/hGlOPhpjY43jWTrWxqazaYzhdviXxBe53cKEzg=";
hash = "sha256-tC7Hpf9xCysraTtVC+mYE/DVNrG02lwLAlDiTeaWpY4=";
};
nativeBuildInputs = [ cmake ];