Unverified Commit 4220153a authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

libphonenumber: 9.0.22 -> 9.0.23 (#485201)

parents 49b4beac eb816d63
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,13 +15,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "libphonenumber";
  version = "9.0.22";
  version = "9.0.23";

  src = fetchFromGitHub {
    owner = "google";
    repo = "libphonenumber";
    tag = "v${finalAttrs.version}";
    hash = "sha256-gQcMpwVf49m/f62ABd7/IluLe8mUjapNtnrPSmaLJJ0=";
    hash = "sha256-HqoyICuGVR8qZNmNeHMbgzG77gUvhbQC0sfEA8v2o1c=";
  };

  patches = [