We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b8a0e5 commit 9c64da6Copy full SHA for 9c64da6
1 file changed
pkgs/tools/networking/modemmanager/default.nix
@@ -23,14 +23,14 @@
23
24
stdenv.mkDerivation rec {
25
pname = "modemmanager";
26
- version = "1.20.4";
+ version = "1.20.6";
27
28
src = fetchFromGitLab {
29
domain = "gitlab.freedesktop.org";
30
owner = "mobile-broadband";
31
repo = "ModemManager";
32
rev = version;
33
- hash = "sha256-OWP23EQ7a8rghhV7AC9yinCxRI0xwcntB5dl9XtgK6M=";
+ hash = "sha256-/A4WTsUQVeZDi5ei6qBvqoWYLKdRcZaYZU8/qWOPrvM=";
34
};
35
36
patches = [
0 commit comments