mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
libqmi: 1.24.2 -> 1.24.4
This commit is contained in:
parent
c1d1a5da76
commit
357f8bd0e7
@ -2,11 +2,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "libqmi";
|
||||
version = "1.24.2";
|
||||
version = "1.24.4";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://www.freedesktop.org/software/libqmi/${pname}-${version}.tar.xz";
|
||||
sha256 = "10mjfmiznaxvfk0f9wr18kyxz3mpdrvnh0qw9g8c1nv0z5vf9r2a";
|
||||
sha256 = "12licfsszr6qxpg9b2b04qm2glk8d42fcy32zr8jzwrgr7gbl5h3";
|
||||
};
|
||||
|
||||
outputs = [ "out" "dev" "devdoc" ];
|
||||
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
||||
doCheck = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://www.freedesktop.org/wiki/Software/libqmi/;
|
||||
homepage = "https://www.freedesktop.org/wiki/Software/libqmi/";
|
||||
description = "Modem protocol helper library";
|
||||
platforms = platforms.linux;
|
||||
license = licenses.gpl2;
|
||||
|
Loading…
Reference in New Issue
Block a user