Skip to content

Commit

Permalink
modemmanager: 1.12.6 -> 1.12.8
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Apr 6, 2020
1 parent e50c67a commit b2fe03b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.6";
version = "1.12.8";

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

nativeBuildInputs = [ vala gobject-introspection gettext pkgconfig ];
Expand Down

0 comments on commit b2fe03b

Please sign in to comment.