cargo-semver-checks: 0.15.2 -> 0.16.2

Diff: https://github.com/obi1kenobi/cargo-semver-checks/compare/v0.15.2...v0.16.2
This commit is contained in:
figsoda 2023-01-24 18:03:08 -05:00
parent b3c86fff5b
commit 9064fe2bd0

View file

@ -10,16 +10,16 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-semver-checks";
version = "0.15.2";
version = "0.16.2";
src = fetchFromGitHub {
owner = "obi1kenobi";
repo = pname;
rev = "v${version}";
sha256 = "sha256-+YRyShALdDQDfh5XDY36R29SzbBjlT8mCIucwJ++KrQ=";
sha256 = "sha256-2t3LWb2oeCYDAePXX1YuIN0o4LLEL58Hxt/1sNeuD3M=";
};
cargoSha256 = "sha256-wwsFqoQXasCKfnCBF4qGFIoD7Kj53K9IKQ1auuqTPAM=";
cargoSha256 = "sha256-K+eLQ7zGEGkh4vMABWucY/Ho2id/afwl4FSo5+Ca1Ec=";
nativeBuildInputs = [ pkg-config ];