3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #60986 from r-ryantm/auto-update/libiio

libiio: 0.17 -> 0.18
This commit is contained in:
Renaud 2019-05-05 20:19:11 +02:00 committed by GitHub
commit 24debf74ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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" ];