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

libphonenumber: 9.0.12 -> 9.0.13 (#438081)

parents b0892cd9 8e9c88d9
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.12";
  version = "9.0.13";

  src = fetchFromGitHub {
    owner = "google";
    repo = "libphonenumber";
    tag = "v${finalAttrs.version}";
    hash = "sha256-ylEv1YtnzXGHLKVY1INEq2GXrxgfy6R0cL199ec8CyQ=";
    hash = "sha256-tvpucr+Yp98SYLZhe3/fGHFc0nroAILku7F/kUiNTvE=";
  };

  patches = [