ada: 2.9.0 -> 2.9.1

This commit is contained in:
R. Ryantm 2024-08-25 12:18:51 +00:00
parent ba0c72cea4
commit d2e91aa884

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "ada";
version = "2.9.0";
version = "2.9.1";
src = fetchFromGitHub {
owner = "ada-url";
repo = "ada";
rev = "v${version}";
hash = "sha256-1p9qe7n9dAzJ2opxfBsGXv9IeRdXraHVm7MBXr+QVbQ=";
hash = "sha256-bDkhSAd+MlOm8pd5MPvzVHkWMY9aNcvNfLuH7qoyUuk=";
};
nativeBuildInputs = [ cmake ];