libyang: 3.12.2 -> 3.13.5

This commit is contained in:
R. Ryantm
2025-08-11 16:35:59 +00:00
parent af7f652b8d
commit 052f5f2f9b
+2 -2
View File
@@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "libyang";
version = "3.12.2";
version = "3.13.5";
src = fetchFromGitHub {
owner = "CESNET";
repo = "libyang";
rev = "v${version}";
hash = "sha256-iHIHXrGAGZ5vYA/pbFmHVVczRtH34lC5IIqyj0SF1r4=";
hash = "sha256-yO2gk8l+NY++PHsUBawItCtDXgBBd561xnyJcjtjd/g=";
};
outputs = [