···3132stdenv.mkDerivation rec {
33 pname = "modemmanager";
34- version = "1.22.0";
3536 src = fetchFromGitLab {
37 domain = "gitlab.freedesktop.org";
38 owner = "mobile-broadband";
39 repo = "ModemManager";
40 rev = version;
41- hash = "sha256-/D9b2rCCUhpDCUfSNAWR65+3EyUywzFdH1R17eSKRDo=";
42 };
4344 patches = [
45 # Since /etc is the domain of NixOS, not Nix, we cannot install files there.
46 # But these are just placeholders so we do not need to install them at all.
47 ./no-dummy-dirs-in-sysconfdir.patch
48-49- (fetchpatch {
50- name = "GI_TYPELIB_PATH.patch";
51- url = "https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/daa829287894273879799a383ed4dc373c6111b0.patch";
52- hash = "sha256-tPQokiZO2SpTlX8xMlkWjP1AIXgoLHW3rJwnmG33z/k=";
53- })
54 ];
5556 strictDeps = true;
···3132stdenv.mkDerivation rec {
33 pname = "modemmanager";
34+ version = "1.24.0";
3536 src = fetchFromGitLab {
37 domain = "gitlab.freedesktop.org";
38 owner = "mobile-broadband";
39 repo = "ModemManager";
40 rev = version;
41+ hash = "sha256-3jI75aR2esmv5dkE4TrdCHIcCvtdOBKnBC5XLEKoVFs=";
42 };
4344 patches = [
45 # Since /etc is the domain of NixOS, not Nix, we cannot install files there.
46 # But these are just placeholders so we do not need to install them at all.
47 ./no-dummy-dirs-in-sysconfdir.patch
00000048 ];
4950 strictDeps = true;