cargo-msrv: 0.18.4 -> 0.19.2

This commit is contained in:
Christoph Jabs
2026-03-10 16:39:45 +02:00
parent 15c8e60062
commit 7f86f46044
+3 -3
View File
@@ -12,16 +12,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "cargo-msrv";
version = "0.18.4";
version = "0.19.2";
src = fetchFromGitHub {
owner = "foresterre";
repo = "cargo-msrv";
tag = "v${finalAttrs.version}";
sha256 = "sha256-dvCKi40c9PmM05MK+0VGWxny0ZA+9YO/M3zmv5Qv6b0=";
sha256 = "sha256-GsreJpQ+WsiKIRbQx4gXyH24JnoMUgJSVLFvljWxJq8=";
};
cargoHash = "sha256-cIyoGFIxtX4/Dn4RbtMB75WQj+UO44V182u6C5smgSw=";
cargoHash = "sha256-+7O+9wS72QCHNYcXJUFyc4I9PFH5B8OvisVKf5bBDdY=";
passthru.updateScript = nix-update-script {
extraArgs = [ "--version-regex=^v([0-9.]+)$" ];