mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
libphonenumber: 8.9.9 -> 8.10.20
This commit is contained in:
parent
cb279c6046
commit
0b061b9181
@ -1,17 +1,14 @@
|
|||||||
{ stdenv, fetchFromGitHub, cmake, gmock, boost, pkgconfig, protobuf, icu }:
|
{ stdenv, fetchFromGitHub, cmake, gmock, boost, pkgconfig, protobuf, icu }:
|
||||||
|
|
||||||
let
|
stdenv.mkDerivation rec {
|
||||||
version = "8.9.9";
|
pname = "phonenumber";
|
||||||
in
|
version = "8.10.20";
|
||||||
stdenv.mkDerivation {
|
|
||||||
name = "phonenumber-${version}";
|
|
||||||
inherit version;
|
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "googlei18n";
|
owner = "googlei18n";
|
||||||
repo = "libphonenumber";
|
repo = "libphonenumber";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "005visnfnr84blgdi0yp4hrzskwbsnawrzv6lqfi9f073l6w5j6w";
|
sha256 = "12xszrd4mrjabhzsp0xvy2qx2rxl36y5a00xfsh0w7bc299rq13v";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user