libphonenumber: 9.0.15 -> 9.0.16

This commit is contained in:
R. Ryantm
2025-10-10 01:13:06 +00:00
parent 285ea04d23
commit 52c8f7c14f
+2 -2
View File
@@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libphonenumber";
version = "9.0.15";
version = "9.0.16";
src = fetchFromGitHub {
owner = "google";
repo = "libphonenumber";
tag = "v${finalAttrs.version}";
hash = "sha256-JpQ9I6Bm6HbRYDGZYkif/IWK6PXhGeTl2yY+K3ydLqI=";
hash = "sha256-+WXxeRsL++60VstR7GN7alrLG0rOQJbtrC7qaZaOPlY=";
};
patches = [