Skip to content

Commit c2285d9

Browse files
authored
Merge pull request #328816 from r-ryantm/auto-update/libphonenumber
libphonenumber: 8.13.40 -> 8.13.43
2 parents e4839f5 + 095e898 commit c2285d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/libraries/libphonenumber/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414

1515
stdenv.mkDerivation (finalAttrs: {
1616
pname = "libphonenumber";
17-
version = "8.13.40";
17+
version = "8.13.43";
1818

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

2626
patches = [

0 commit comments

Comments
 (0)