mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
libqmi: 1.28.6 -> 1.28.8
This commit is contained in:
parent
792a27b188
commit
832287ede6
@ -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";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user