Merge pull request #325512 from r-ryantm/auto-update/libphonenumber

libphonenumber: 8.13.39 -> 8.13.40
This commit is contained in:
Weijia Wang 2024-07-09 00:20:28 +02:00 committed by GitHub
commit feeab2e757
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libphonenumber";
version = "8.13.39";
version = "8.13.40";
src = fetchFromGitHub {
owner = "google";
repo = "libphonenumber";
rev = "v${finalAttrs.version}";
hash = "sha256-NfKdOTb/P7RXyvSiTZ/15alw9sBjqoGSOys/kcIXGWg=";
hash = "sha256-3I+/oLJVbgOA+o8jHhOuHhD+0s7sgOghnW7DTMCllBU=";
};
patches = [