libyang: 3.13.5 -> 3.13.6

This commit is contained in:
R. Ryantm
2025-10-31 18:34:20 +00:00
parent 92661251e0
commit 9a1074994d

View File

@@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "libyang";
version = "3.13.5";
version = "3.13.6";
src = fetchFromGitHub {
owner = "CESNET";
repo = "libyang";
rev = "v${version}";
hash = "sha256-yO2gk8l+NY++PHsUBawItCtDXgBBd561xnyJcjtjd/g=";
hash = "sha256-rc/WdBCVZDwensqnVMrQXCPevLg0INidzN9Qwhqw2Mk=";
};
outputs = [