Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

libiio: 0.16 -> 0.17

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

authored by

R. RyanTM and committed by
Austin Seipp
70765af1 66dd4594

+2 -2
+2 -2
pkgs/development/libraries/libiio/default.nix
··· 5 5 6 6 stdenv.mkDerivation rec { 7 7 name = "libiio-${version}"; 8 - version = "0.16"; 8 + version = "0.17"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "analogdevicesinc"; 12 12 repo = "libiio"; 13 13 rev = "refs/tags/v${version}"; 14 - sha256 = "1j27kyizdwawskwg1va894qaw3z5dx5s6cla1rd0ngr9kls88q2h"; 14 + sha256 = "15lghy0zlq667abs1ggbvmb1qiw7vzhhzkw8dm9vzix4ffma2igg"; 15 15 }; 16 16 17 17 outputs = [ "out" "lib" "dev" "python" ];