libyang: 2.0.231 -> 2.1.4

This commit is contained in:
R. Ryantm 2022-11-08 16:51:03 +00:00 committed by Bobby Rong
parent a3600d163a
commit cac5e0e4e4

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "libyang";
version = "2.0.231";
version = "2.1.4";
src = fetchFromGitHub {
owner = "CESNET";
repo = "libyang";
rev = "v${version}";
sha256 = "sha256-IntucM8ABJsJNH7XnZ59McwmfSIimclrWzSz4NKdMrE=";
sha256 = "sha256-qmJHCADFqxjnxdDYxGmgZId3pxxgB8kw2UGBwYGauOc=";
};
nativeBuildInputs = [