From 966006a0ac2109f9fc68c47df277160974edeb80 Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Tue, 15 Feb 2022 04:21:46 -0800 Subject: [PATCH] ofono: 1.33 -> 1.34 * ofono: 1.33 -> 1.34 (#159709) * ofono: refresh meta attributes Update homepage Add changelog Use SPDX 3.0 license identifier Co-authored-by: Renaud --- pkgs/tools/networking/ofono/default.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pkgs/tools/networking/ofono/default.nix b/pkgs/tools/networking/ofono/default.nix index de8b3d69960..80e37782154 100644 --- a/pkgs/tools/networking/ofono/default.nix +++ b/pkgs/tools/networking/ofono/default.nix @@ -12,14 +12,14 @@ stdenv.mkDerivation rec { pname = "ofono"; - version = "1.33"; + version = "1.34"; outputs = [ "out" "dev" ]; src = fetchgit { url = "git://git.kernel.org/pub/scm/network/ofono/ofono.git"; rev = version; - sha256 = "sha256-UTFP69yv1epVrqBoRKCRcR2WiKBG01sLTzrsh/Nude4="; + sha256 = "sha256-mqltc+/RmQO8awP+J7p9fCVhNsEYA3SgxeV5Gkr1srg="; }; patches = [ @@ -58,8 +58,9 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Infrastructure for building mobile telephony (GSM/UMTS) applications"; - homepage = "https://01.org/ofono"; - license = licenses.gpl2; + homepage = "https://git.kernel.org/pub/scm/network/ofono/ofono.git"; + changelog = "https://git.kernel.org/pub/scm/network/ofono/ofono.git/plain/ChangeLog?h=${version}"; + license = licenses.gpl2Only; maintainers = with maintainers; [ jtojnar ]; platforms = platforms.linux; };