2022-11-03T00:37:45 cargo-deny 0.13.1 -> 0.13.3 https://repology.org/metapackage/cargo-deny/versions 2022-11-03T00:37:48 attrpath: cargo-deny 2022-11-03T00:37:48 Checking auto update branch... 2022-11-03T00:37:48 No auto update branch exists 2022-11-03T00:37:48 Old version 0.13.1" not present in master derivation file with contents: { lib , rustPlatform , fetchFromGitHub , pkg-config , openssl , zstd , stdenv , curl , Security }: rustPlatform.buildRustPackage rec { pname = "cargo-deny"; version = "0.13.2"; src = fetchFromGitHub { owner = "EmbarkStudios"; repo = pname; rev = version; sha256 = "sha256-5JQ4G8wyKf//KU5NRr3fLLDUKsla+965wLj3nWeaEOo="; }; # enable pkg-config feature of zstd cargoPatches = [ ./zstd-pkg-config.patch ]; cargoSha256 = "sha256-dNFwPP/qCyL1JWeE8y8hJR+b30tj0AQFFa42s2XjSzg="; nativeBuildInputs = [ pkg-config ]; buildInputs = [ openssl zstd ] ++ lib.optionals stdenv.isDarwin [ curl Security ]; buildNoDefaultFeatures = true; # tests require internet access doCheck = false; meta = with lib; { description = "Cargo plugin to generate list of all licenses for a crate"; homepage = "https://github.com/EmbarkStudios/cargo-deny"; changelog = "https://github.com/EmbarkStudios/cargo-deny/blob/${version}/CHANGELOG.md"; license = with licenses; [ asl20 /* or */ mit ]; maintainers = with maintainers; [ figsoda matthiasbeyer jk ]; }; } 2022-11-03T09:48:34 cargo-deny 0.13.2 -> 0.13.3 https://github.com/EmbarkStudios/cargo-deny/releases 2022-11-03T09:48:36 attrpath: cargo-deny 2022-11-03T09:48:36 Checking auto update branch... 2022-11-03T09:48:36 No auto update branch exists 2022-11-03T09:48:37 There might already be an open PR for this update: - cargo-deny: 0.13.2 -> 0.13.3 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/199177"