Merge pull request #219684 from maxeaubrey/modemmanager_1.20.6

This commit is contained in:
maxine 2023-03-05 17:55:23 +01:00 committed by GitHub
commit b94628254a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,14 +23,14 @@
stdenv.mkDerivation rec {
pname = "modemmanager";
version = "1.20.4";
version = "1.20.6";
src = fetchFromGitLab {
domain = "gitlab.freedesktop.org";
owner = "mobile-broadband";
repo = "ModemManager";
rev = version;
hash = "sha256-OWP23EQ7a8rghhV7AC9yinCxRI0xwcntB5dl9XtgK6M=";
hash = "sha256-/A4WTsUQVeZDi5ei6qBvqoWYLKdRcZaYZU8/qWOPrvM=";
};
patches = [