Unverified Commit 3e6c915e authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

libphonenumber: 8.13.45 -> 8.13.48 (#351755)

parents 6c26a504 be2a110f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "libphonenumber";
  version = "8.13.45";
  version = "8.13.48";

  src = fetchFromGitHub {
    owner = "google";
    repo = "libphonenumber";
    rev = "v${finalAttrs.version}";
    hash = "sha256-oR6AvhB99LBNCtbGsCMghDGriTEzqVSEKfzdQyj+g6E=";
    hash = "sha256-EFrw3pW2uLpzEDMsW251rsB5rvC31eLYQBqYOgGt1Ug=";
  };

  patches = [