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

libphonenumber: 8.13.37 -> 8.13.39
This commit is contained in:
Nick Cao
2024-06-30 09:58:00 -04:00
committed by GitHub
@@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libphonenumber";
version = "8.13.37";
version = "8.13.39";
src = fetchFromGitHub {
owner = "google";
repo = "libphonenumber";
rev = "v${finalAttrs.version}";
hash = "sha256-TQ9Hz9fnKZhZkg+hkXgFqH4TDCWMe+fcEWE6ShwSBBU=";
hash = "sha256-NfKdOTb/P7RXyvSiTZ/15alw9sBjqoGSOys/kcIXGWg=";
};
patches = [