mprocs: 0.9.2 -> 0.9.6 (#529060)

This commit is contained in:
Gaétan Lepage 2026-06-07 11:22:40 +00:00 committed by GitHub
commit 467a10697c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,16 +8,17 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "mprocs";
version = "0.9.2";
version = "0.9.6";
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "pvolok";
repo = "mprocs";
tag = "v${finalAttrs.version}";
hash = "sha256-UZFFeaesT71UQHPjiG2w5O2Ulyt86OVuFw7i3A7b91I=";
hash = "sha256-fh294Re4gEveWgX29m0SXdI8hwuiXuniTq7pVZ464ws=";
};
cargoHash = "sha256-htgl0zh73oHXbc9E90xtb5jM8zhXvSJCE9DBhd1SH2E=";
cargoHash = "sha256-Qp0o7ruXUZBCi7Abrj8V5MAY/qzo5Uf7pwIcFGwCfnw=";
nativeInstallCheckInputs = [
versionCheckHook