Commit 91728069 authored by R. RyanTM's avatar R. RyanTM
Browse files

libphonenumber: 8.13.55 -> 9.0.1

parent 40609d6e
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 = [