Skip to content

Commit cd7a70c

Browse files
rmpc: 0.7.0 -> 0.8.0 (#383147)
2 parents 407109e + cdf6aac commit cd7a70c

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

pkgs/by-name/rm/rmpc/package.nix

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,22 @@
99

1010
rustPlatform.buildRustPackage rec {
1111
pname = "rmpc";
12-
version = "0.7.0";
12+
version = "0.8.0";
1313

1414
src = fetchFromGitHub {
1515
owner = "mierak";
1616
repo = "rmpc";
1717
rev = "v${version}";
18-
hash = "sha256-IgkYUl1ccwzFgooqZGxmpJFzACEz3wmblostPsTnzSQ=";
18+
hash = "sha256-RfYaWoVGdeE5y/hkRH+gZgnc0Hrp9V+Pttvjcu3Q14g=";
1919
};
2020

2121
useFetchCargoVendor = true;
22-
cargoHash = "sha256-s8aXDDERy4IxUrXVEFMGny5B5HGE8xsi6I+b/HCHc6w=";
22+
cargoHash = "sha256-m25lo7mufGS7m1QSnhYdXMaXfjdqtJ8hVLdbuRsxbKY=";
23+
24+
checkFlags = [
25+
# Test currently broken, needs to be removed. See https://github.com/mierak/rmpc/issues/254
26+
"--skip=core::scheduler::tests::interleaves_repeated_and_scheduled_jobs"
27+
];
2328

2429
nativeBuildInputs = [
2530
installShellFiles

0 commit comments

Comments
 (0)