libmbim: 1.26.0 -> 1.26.2 (#150000)

This commit is contained in:
R. RyanTM 2021-12-25 14:04:24 -08:00 committed by GitHub
parent 094be66ce2
commit 1b67f41ce5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,11 +11,11 @@
stdenv.mkDerivation rec {
pname = "libmbim";
version = "1.26.0";
version = "1.26.2";
src = fetchurl {
url = "https://www.freedesktop.org/software/libmbim/${pname}-${version}.tar.xz";
sha256 = "1kqkx139z62w391bz6lwmcjg7v12jxlcm7hj88222xrcn8k0j7qy";
sha256 = "sha256-EMd79bXrjJK6gOm1GZI62biYNivI4ZKOK8mhfuumSa8=";
};
outputs = [ "out" "dev" "man" ];