libiio: 0.17 -> 0.18

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libiio/versions
This commit is contained in:
R. RyanTM 2019-05-05 06:12:17 -07:00
parent c87f3820e5
commit 480f86ea6d

View file

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
name = "libiio-${version}";
version = "0.17";
version = "0.18";
src = fetchFromGitHub {
owner = "analogdevicesinc";
repo = "libiio";
rev = "refs/tags/v${version}";
sha256 = "15lghy0zlq667abs1ggbvmb1qiw7vzhhzkw8dm9vzix4ffma2igg";
sha256 = "1cmg3ipam101iy9yncwz2y48idaqaw4fg7i9i4c8vfjisfcycnkk";
};
outputs = [ "out" "lib" "dev" "python" ];