mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
modemmanager: 1.16.6 -> 1.16.8
This commit is contained in:
parent
5779c9a1dd
commit
b8edd5a224
1 changed files with 3 additions and 12 deletions
|
@ -1,26 +1,17 @@
|
|||
{ lib, stdenv, fetchurl, fetchpatch
|
||||
{ lib, stdenv, fetchurl
|
||||
, glib, udev, libgudev, polkit, ppp, gettext, pkg-config, python3
|
||||
, libmbim, libqmi, systemd, vala, gobject-introspection, dbus
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "modem-manager";
|
||||
version = "1.16.6";
|
||||
version = "1.16.8";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://www.freedesktop.org/software/ModemManager/ModemManager-${version}.tar.xz";
|
||||
sha256 = "05wn94x71qr36avxjzvyf56nj5illynnf9nn15b17lv61wkbd41a";
|
||||
sha256 = "sha256-If36+UFxJhrZ2ZdxiU9a3kvDnvPR/x1CEFTRRxPpeIA=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
# Fix a broken test.
|
||||
# https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/merge_requests/556
|
||||
(fetchpatch {
|
||||
url = "https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/a324667386f35df0c3b3bbf615fa0560d215485d.patch";
|
||||
sha256 = "1xj9gfl6spbp4xdp6gn76k8zvzam5m6lgmbiwdn6ixffzhlfwi5l";
|
||||
})
|
||||
];
|
||||
|
||||
nativeBuildInputs = [ vala gobject-introspection gettext pkg-config ];
|
||||
|
||||
buildInputs = [ glib udev libgudev polkit ppp libmbim libqmi systemd ];
|
||||
|
|
Loading…
Reference in a new issue