libqmi: 1.28.8 -> 1.30.2
- https://gitlab.freedesktop.org/mobile-broadband/libqmi/-/blob/1.30.2/NEWS - https://lists.freedesktop.org/archives/libqmi-devel/2021-August/003667.html - https://lists.freedesktop.org/archives/libqmi-devel/2021-September/003697.html
This commit is contained in:
parent
57ea0f613d
commit
4418cb31fd
1 changed files with 2 additions and 2 deletions
|
@ -15,13 +15,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "libqmi";
|
||||
version = "1.28.8";
|
||||
version = "1.30.2";
|
||||
|
||||
outputs = [ "out" "dev" "devdoc" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://www.freedesktop.org/software/libqmi/${pname}-${version}.tar.xz";
|
||||
sha256 = "sha256-bju70gC8G2SyP2JU/vkhLyaZ7HfPsyB10rpQecc6n3g=";
|
||||
sha256 = "sha256-vgHs4OosIZTL6ldEv1qvBsBLpft+x4h6ExFsdtEU/t0=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue