mprocs: 0.6.3 -> 0.6.4
This commit is contained in:
parent
30f6859a3a
commit
38130b7dcc
1 changed files with 3 additions and 3 deletions
|
@ -2,16 +2,16 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "mprocs";
|
pname = "mprocs";
|
||||||
version = "0.6.3";
|
version = "0.6.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pvolok";
|
owner = "pvolok";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-CEvQq5tBVRvjgb/yReuGkPk8Uq1oZbrsGilV4ulOPEk=";
|
sha256 = "sha256-uwr+cHenV38IsTEW/PQB0kCDsyahiQrBh4s8v8SyEn8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "sha256-RK8VmEajfqYXGS8VMCRxhENLbe40CdaC+vS4EKeW958=";
|
cargoSha256 = "sha256-H9oHppG7sew/3JrUtWq2Pip1S9H36qYeHu6x/sPfwV0=";
|
||||||
|
|
||||||
# Package tests are currently failing (even upstream) but the package seems to work fine.
|
# Package tests are currently failing (even upstream) but the package seems to work fine.
|
||||||
# Relevant issues:
|
# Relevant issues:
|
||||||
|
|
Loading…
Reference in a new issue