cargo-msrv: 0.17.1 -> 0.18.4

This commit is contained in:
VuiMuich 2025-04-19 11:48:00 +02:00
parent de34dda72e
commit 4007b7e3db
No known key found for this signature in database

View file

@ -12,17 +12,17 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-msrv";
version = "0.17.1";
version = "0.18.4";
src = fetchFromGitHub {
owner = "foresterre";
repo = "cargo-msrv";
tag = "v${version}";
sha256 = "sha256-cRdnx9K+EkVEKtPxQk+gXK6nkgkpWhpYij/5e7pFzMU=";
sha256 = "sha256-dvCKi40c9PmM05MK+0VGWxny0ZA+9YO/M3zmv5Qv6b0=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-D35koQEqHsmXIBgXRCyI8Wyo2OVSuTFCjgm/JjO4VDo=";
cargoHash = "sha256-cIyoGFIxtX4/Dn4RbtMB75WQj+UO44V182u6C5smgSw=";
passthru = {
updateScript = gitUpdater {