ada: 2.9.2 -> 3.0.0

This commit is contained in:
R. Ryantm
2025-01-30 23:07:01 +00:00
parent 06d633e659
commit 0a988864d7
+2 -2
View File
@@ -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 ];