ada: 3.2.4 -> 3.2.5

This commit is contained in:
R. Ryantm 2025-07-11 07:38:14 +00:00
parent 52809155bd
commit 45e9f457f9

View File

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