Merge pull request #164351 from r-ryantm/auto-update/libyang

libyang: 2.0.112 -> 2.0.164
This commit is contained in:
Lassulus 2022-04-25 18:20:12 +01:00 committed by GitHub
commit 1d81d05f2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,13 +15,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "libyang"; pname = "libyang";
version = "2.0.112"; version = "2.0.164";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "CESNET"; owner = "CESNET";
repo = "libyang"; repo = "libyang";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-f8x0tC3XcQ9fnUE987GYw8qEo/B+J759vpCImqG3QWs="; sha256 = "sha256-0Ou0j9KaNkX/SFmid+wphvtu3wDTXkw+8xdck6lEE3w=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [