Skip to content

Commit

Permalink
libphonenumber: 8.13.40 -> 8.13.43
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 11, 2024
1 parent e64441f commit 095e898
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 095e898

Please sign in to comment.