libphonenumber: 9.0.21 -> 9.0.22

This commit is contained in:
R. Ryantm
2026-01-14 12:31:06 +00:00
parent 90086ab7de
commit 3adcec8c14
+2 -2
View File
@@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libphonenumber";
version = "9.0.21";
version = "9.0.22";
src = fetchFromGitHub {
owner = "google";
repo = "libphonenumber";
tag = "v${finalAttrs.version}";
hash = "sha256-2YiTjudHEKl3JJMF4jV/DpQFZbBEb4z6WZxU+jdGVx0=";
hash = "sha256-gQcMpwVf49m/f62ABd7/IluLe8mUjapNtnrPSmaLJJ0=";
};
patches = [