2022-11-09T09:48:29 cargo-deny 0.13.4 -> 0.13.5 https://repology.org/metapackage/cargo-deny/versions 2022-11-09T09:48:32 attrpath: cargo-deny 2022-11-09T09:48:32 Checking auto update branch... 2022-11-09T09:48:32 No auto update branch exists 2022-11-09T09:48:35 Old version 0.13.4" 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.5"; src = fetchFromGitHub { owner = "EmbarkStudios"; repo = pname; rev = version; sha256 = "sha256-fwuAUsqVEL9MCjNoUBPQI78u+c289cbNCB4Kh8VM/vo="; }; # enable pkg-config feature of zstd cargoPatches = [ ./zstd-pkg-config.patch ]; cargoSha256 = "sha256-hnD/xZtQRVABTtdxqNcJYIsGuklNT8dxr5wpAlP/Qqs="; 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-09T10:43:35 cargo-deny 0.13.4 -> 0.13.5 https://repology.org/metapackage/cargo-deny/versions 2022-11-09T10:43:37 attrpath: cargo-deny 2022-11-09T10:43:37 Checking auto update branch... 2022-11-09T10:43:37 No auto update branch exists 2022-11-09T10:43:38 Old version 0.13.4" 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.5"; src = fetchFromGitHub { owner = "EmbarkStudios"; repo = pname; rev = version; sha256 = "sha256-fwuAUsqVEL9MCjNoUBPQI78u+c289cbNCB4Kh8VM/vo="; }; # enable pkg-config feature of zstd cargoPatches = [ ./zstd-pkg-config.patch ]; cargoSha256 = "sha256-hnD/xZtQRVABTtdxqNcJYIsGuklNT8dxr5wpAlP/Qqs="; 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 ]; }; }