cargo-msrv: 0.17.1 -> 0.18.4 (#400024)

This commit is contained in:
Matthias Beyer
2025-04-19 18:15:30 +02:00
committed by GitHub
+3 -3
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 {