ada: 3.1.0 -> 3.1.2 (#385502)

This commit is contained in:
Nick Cao
2025-02-27 07:55:27 -05:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "ada";
version = "3.1.0";
version = "3.1.2";
src = fetchFromGitHub {
owner = "ada-url";
repo = "ada";
rev = "v${version}";
hash = "sha256-BVVYK4JyLyjIjkTCohiA20qwftFdyCo84fWMVVgia0Q=";
hash = "sha256-GuCT6fQF50Uq36aosGoSr9gAmQ7XXuZcCfXh5/LJcPw=";
};
nativeBuildInputs = [ cmake ];