Unverified Commit 2c14d8af authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

libphonenumber: 8.13.55 -> 9.0.1 (#389145)

parents 22363a23 91728069
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.55";
  version = "9.0.1";

  src = fetchFromGitHub {
    owner = "google";
    repo = "libphonenumber";
    rev = "v${finalAttrs.version}";
    hash = "sha256-tCompIUKBEHLVF+yBIhu2IFJJLSuMO+Awhp3uWHCvZM=";
    hash = "sha256-FEe04DNJKNB74P0s03DMgNtqtrLDN7uScIIltctKYic=";
  };

  patches = [