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 9533b01 commit 9eb7621Copy full SHA for 9eb7621
1 file changed
pkgs/development/libraries/libmbim/default.nix
@@ -15,7 +15,7 @@
15
16
stdenv.mkDerivation rec {
17
pname = "libmbim";
18
- version = "1.28.2";
+ version = "1.28.4";
19
20
outputs = [ "out" "dev" "man" ];
21
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
24
owner = "mobile-broadband";
25
repo = "libmbim";
26
rev = version;
27
- hash = "sha256-EtjUaSNBT1e/eeTX4oHzQolGrisbsGKBK8Cfl3rRQTQ=";
+ hash = "sha256-aaYjvJ2OMTzkUyqWCyHdmsKJ3VGqBmKQzb1DWK/1cPU=";
28
};
29
30
mesonFlags = [
0 commit comments