libqmi: 1.22.2 -> 1.22.4

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libqmi/versions
This commit is contained in:
R. RyanTM 2019-05-01 00:29:16 -07:00 committed by Frederik Rietdijk
parent 24465d7d21
commit acc954fa69

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "libqmi";
version = "1.22.2";
version = "1.22.4";
src = fetchurl {
url = "https://www.freedesktop.org/software/libqmi/${pname}-${version}.tar.xz";
sha256 = "09w20dsgr16bgbqw5ds7r6j2s6ihwyalh9zpbjhcn7cvm0afbwgi";
sha256 = "1wgrrb9vb3myl8xgck8ik86876ycbg8crylybs3ssi21vrxqwnsc";
};
outputs = [ "out" "dev" "devdoc" ];