ada: 3.2.6 -> 3.2.7

This commit is contained in:
R. Ryantm 2025-07-27 20:37:21 +00:00
parent abfaee3e26
commit 6fac1f6947

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "ada"; pname = "ada";
version = "3.2.6"; version = "3.2.7";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ada-url"; owner = "ada-url";
repo = "ada"; repo = "ada";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-h5/D/Msp5Zg58YFQ/viQVYlMQSXQTWU2YHkSPvtQwyA="; hash = "sha256-IDJgrjmIqhnIZuzBAckowpmhRypb1a1NB1P5YZz4E1A=";
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];