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

Merge pull request #234550 from r-ryantm/auto-update/libad9361

libad9361: 0.2 -> 0.3

authored by Nikolay Korotkiy and committed by GitHub b7493ad2 5e47a693

Changed files
+2 -2
pkgs
development
libraries
libad9361
+2 -2
pkgs/development/libraries/libad9361/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "libad9361"; 5 - version = "0.2"; 5 + version = "0.3"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "analogdevicesinc"; 9 9 repo = "libad9361-iio"; 10 10 rev = "v${version}"; 11 - hash = "sha256-dYoFWRnREvlOC514ZpmmvoS37DmIkVqfq7JPpTXqXd8="; 11 + hash = "sha256-9e66qSrKpczatZY9lPAzi/6f7lHChnl2+Pih53oa28Y="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ cmake ];