Skip to content

Commit

Permalink
Merge pull request #328816 from r-ryantm/auto-update/libphonenumber
Browse files Browse the repository at this point in the history
libphonenumber: 8.13.40 -> 8.13.43
  • Loading branch information
smancill committed Aug 14, 2024
2 parents e4839f5 + 095e898 commit c2285d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libphonenumber/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "libphonenumber";
version = "8.13.40";
version = "8.13.43";

src = fetchFromGitHub {
owner = "google";
repo = "libphonenumber";
rev = "v${finalAttrs.version}";
hash = "sha256-3I+/oLJVbgOA+o8jHhOuHhD+0s7sgOghnW7DTMCllBU=";
hash = "sha256-EJjtPqSk2p+J4f6tiaGEnik5LrrqGpGa0XfcnLLp9vg=";
};

patches = [
Expand Down

0 comments on commit c2285d9

Please sign in to comment.