···31313232stdenv.mkDerivation rec {
3333 pname = "modemmanager";
3434- version = "1.22.0";
3434+ version = "1.24.0";
35353636 src = fetchFromGitLab {
3737 domain = "gitlab.freedesktop.org";
3838 owner = "mobile-broadband";
3939 repo = "ModemManager";
4040 rev = version;
4141- hash = "sha256-/D9b2rCCUhpDCUfSNAWR65+3EyUywzFdH1R17eSKRDo=";
4141+ hash = "sha256-3jI75aR2esmv5dkE4TrdCHIcCvtdOBKnBC5XLEKoVFs=";
4242 };
43434444 patches = [
4545 # Since /etc is the domain of NixOS, not Nix, we cannot install files there.
4646 # But these are just placeholders so we do not need to install them at all.
4747 ./no-dummy-dirs-in-sysconfdir.patch
4848-4949- (fetchpatch {
5050- name = "GI_TYPELIB_PATH.patch";
5151- url = "https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/daa829287894273879799a383ed4dc373c6111b0.patch";
5252- hash = "sha256-tPQokiZO2SpTlX8xMlkWjP1AIXgoLHW3rJwnmG33z/k=";
5353- })
5448 ];
55495650 strictDeps = true;