File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 99
1010rustPlatform . 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
You can’t perform that action at this time.
0 commit comments