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.
2 parents 80483b9 + 749fb38 commit bda7db4Copy full SHA for bda7db4
1 file changed
pkgs/by-name/mo/modemmanager/package.nix
@@ -32,14 +32,14 @@
32
33
stdenv.mkDerivation rec {
34
pname = "modemmanager";
35
- version = "1.24.0";
+ version = "1.24.2";
36
37
src = fetchFromGitLab {
38
domain = "gitlab.freedesktop.org";
39
owner = "mobile-broadband";
40
repo = "ModemManager";
41
rev = version;
42
- hash = "sha256-3jI75aR2esmv5dkE4TrdCHIcCvtdOBKnBC5XLEKoVFs=";
+ hash = "sha256-rBLOqpx7Y2BB6/xvhIw+rDEXsLtePhHLBvfpSuJzQik=";
43
};
44
45
patches = [
0 commit comments