libphonenumber: 9.0.12 -> 9.0.13 (#438081)

authored by Weijia Wang and committed by GitHub ebdfb5d0 b0892cd9

+2 -2
+2 -2
pkgs/by-name/li/libphonenumber/package.nix
··· 15 15 16 16 stdenv.mkDerivation (finalAttrs: { 17 17 pname = "libphonenumber"; 18 - version = "9.0.12"; 18 + version = "9.0.13"; 19 19 20 20 src = fetchFromGitHub { 21 21 owner = "google"; 22 22 repo = "libphonenumber"; 23 23 tag = "v${finalAttrs.version}"; 24 - hash = "sha256-ylEv1YtnzXGHLKVY1INEq2GXrxgfy6R0cL199ec8CyQ="; 24 + hash = "sha256-tvpucr+Yp98SYLZhe3/fGHFc0nroAILku7F/kUiNTvE="; 25 25 }; 26 26 27 27 patches = [