libyang: 2.1.4 -> 2.1.30

This commit is contained in:
R. Ryantm 2023-01-20 20:02:48 +00:00
parent f46ee73ba6
commit 66095d913b

View File

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