libphonenumber: 9.0.23 -> 9.0.24

This commit is contained in:
R. Ryantm
2026-02-13 00:54:06 +00:00
parent 3cbf09a009
commit e9ed8e839f
+2 -2
View File
@@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libphonenumber";
version = "9.0.23";
version = "9.0.24";
src = fetchFromGitHub {
owner = "google";
repo = "libphonenumber";
tag = "v${finalAttrs.version}";
hash = "sha256-HqoyICuGVR8qZNmNeHMbgzG77gUvhbQC0sfEA8v2o1c=";
hash = "sha256-FV1BMleEudTAFkfpzKUsIsyOQxTM8evK9436+YymGko=";
};
patches = [