libyang 0 -> 1 attrpath: libyang Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6q8y9168nnynx778pinhp7sj89dcbk6l-packages.json.drv building '/nix/store/6q8y9168nnynx778pinhp7sj89dcbk6l-packages.json.drv'... Going to be running update for following packages: - libyang-2.1.128 Press Enter key to continue... Running update for: - libyang-2.1.128: UPDATING ... - libyang-2.1.128: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/libraries/libyang/default.nix b/pkgs/development/libraries/libyang/default.nix index d220bcee1e6e..98b46d5255ba 100644 --- a/pkgs/development/libraries/libyang/default.nix +++ b/pkgs/development/libraries/libyang/default.nix @@ -15,13 +15,13 @@ stdenv.mkDerivation rec { pname = "libyang"; - version = "2.1.128"; + version = "2.1.148"; src = fetchFromGitHub { owner = "CESNET"; repo = "libyang"; rev = "v${version}"; - sha256 = "sha256-qwEHGUizjsWQZSwQkh7Clevd1OQfj1mse7Q8YiRCMyQ="; + sha256 = "sha256-uYZJo8lUv6tq0MRRJvbTS/8t1eZNGqcMb5k5sVCwMJM="; }; nativeBuildInputs = [ No auto update branch exists There might already be an open PR for this update: - libyang: move to by-name; 2.1.128 -> 2.1.148 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/282099"