Skip to content

Commit

Permalink
modemmanager: 1.12.4 -> 1.12.6
Browse files Browse the repository at this point in the history
(cherry picked from commit fe898d5)
  • Loading branch information
r-ryantm authored and worldofpeace committed Apr 13, 2020
1 parent 22b5a32 commit 8aa17de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/networking/modem-manager/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@

stdenv.mkDerivation rec {
pname = "modem-manager";
version = "1.12.4";
version = "1.12.6";

package = "ModemManager";
src = fetchurl {
url = "https://www.freedesktop.org/software/${package}/${package}-${version}.tar.xz";
sha256 = "0nx9b6wfz2r29gb3wgsi5vflycibfhnij5wvc068s6hcbrsn2bc5";
sha256 = "0k32rjh06p3q9yq054gxya6c7n39bilhi4s23p2hb02iwlz3bcrf";
};

nativeBuildInputs = [ vala gobject-introspection gettext pkgconfig ];
Expand All @@ -34,7 +34,7 @@ stdenv.mkDerivation rec {

meta = with stdenv.lib; {
description = "WWAN modem manager, part of NetworkManager";
homepage = https://www.freedesktop.org/wiki/Software/ModemManager/;
homepage = "https://www.freedesktop.org/wiki/Software/ModemManager/";
license = licenses.gpl2Plus;
maintainers = [ ];
platforms = platforms.linux;
Expand Down

0 comments on commit 8aa17de

Please sign in to comment.