libphonenumber: 9.0.32 -> 9.0.33

This commit is contained in:
R. Ryantm
2026-06-22 08:52:18 +00:00
parent d46c8d04e8
commit 0d681ae58f
+2 -2
View File
@@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libphonenumber";
version = "9.0.32";
version = "9.0.33";
src = fetchFromGitHub {
owner = "google";
repo = "libphonenumber";
tag = "v${finalAttrs.version}";
hash = "sha256-/weh6uAaK77MrPuxq45vFet1Wk9te0iGQP6ZASsbfA4=";
hash = "sha256-YsTvJgHBLrIWDJH/SooYDu1ecZyFib7PAqdqcOhHc8Q=";
};
patches = [