libphonenumber: 8.13.53 -> 8.13.55

This commit is contained in:
R. Ryantm
2025-02-27 08:46:36 +00:00
parent 726188fd70
commit d1dae7667f
@@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libphonenumber";
version = "8.13.53";
version = "8.13.55";
src = fetchFromGitHub {
owner = "google";
repo = "libphonenumber";
rev = "v${finalAttrs.version}";
hash = "sha256-JYz/R8vS9sJ8cv/GRPwrA31Hb1ofZvW3OQBNp5lDlg8=";
hash = "sha256-tCompIUKBEHLVF+yBIhu2IFJJLSuMO+Awhp3uWHCvZM=";
};
patches = [