lol

libyang: 2.0.231 -> 2.1.4

authored by

R. Ryantm and committed by
Bobby Rong
cac5e0e4 a3600d16

+2 -2
+2 -2
pkgs/development/libraries/libyang/default.nix
··· 15 15 16 16 stdenv.mkDerivation rec { 17 17 pname = "libyang"; 18 - version = "2.0.231"; 18 + version = "2.1.4"; 19 19 20 20 src = fetchFromGitHub { 21 21 owner = "CESNET"; 22 22 repo = "libyang"; 23 23 rev = "v${version}"; 24 - sha256 = "sha256-IntucM8ABJsJNH7XnZ59McwmfSIimclrWzSz4NKdMrE="; 24 + sha256 = "sha256-qmJHCADFqxjnxdDYxGmgZId3pxxgB8kw2UGBwYGauOc="; 25 25 }; 26 26 27 27 nativeBuildInputs = [