ada: 3.2.4 -> 3.2.5 (#424266)

This commit is contained in:
Nick Cao 2025-07-14 15:51:16 -04:00 committed by GitHub
commit 252dd05e6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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