libqmi: 1.28.6 -> 1.28.8

This commit is contained in:
Maxine Aubrey 2021-08-05 18:36:08 +02:00
parent 792a27b188
commit 832287ede6
No known key found for this signature in database
GPG Key ID: F6FE033DFCB899F7

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "libqmi";
version = "1.28.6";
version = "1.28.8";
outputs = [ "out" "dev" "devdoc" ];
src = fetchurl {
url = "https://www.freedesktop.org/software/libqmi/${pname}-${version}.tar.xz";
sha256 = "1zg5k8f6l87iy9hmzwckdx532s845z9c5npblmpf1pp17n4r1f6b";
sha256 = "sha256-bju70gC8G2SyP2JU/vkhLyaZ7HfPsyB10rpQecc6n3g=";
};
nativeBuildInputs = [
@ -64,5 +64,6 @@ stdenv.mkDerivation rec {
# Tools
gpl2Plus
];
changelog = "https://gitlab.freedesktop.org/mobile-broadband/libqmi/-/blob/${version}/NEWS";
};
}