ada: 2.9.1 -> 2.9.2

Diff: https://github.com/ada-url/ada/compare/v2.9.1...v2.9.2
This commit is contained in:
Nick Cao
2024-09-03 10:11:16 -04:00
parent 494549b8ae
commit df119bf05b
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "ada";
version = "2.9.1";
version = "2.9.2";
src = fetchFromGitHub {
owner = "ada-url";
repo = "ada";
rev = "v${version}";
hash = "sha256-bDkhSAd+MlOm8pd5MPvzVHkWMY9aNcvNfLuH7qoyUuk=";
hash = "sha256-VWFxupmgc+fq9aj/02uMEsiwhP+9PWMSleoIoyKVe3c=";
};
nativeBuildInputs = [ cmake ];