rmpc: 0.7.0 -> 0.8.0 (#383147)

This commit is contained in:
Donovan Glover
2025-02-18 19:52:50 +00:00
committed by GitHub
+8 -3
View File
@@ -9,17 +9,22 @@
rustPlatform.buildRustPackage rec {
pname = "rmpc";
version = "0.7.0";
version = "0.8.0";
src = fetchFromGitHub {
owner = "mierak";
repo = "rmpc";
rev = "v${version}";
hash = "sha256-IgkYUl1ccwzFgooqZGxmpJFzACEz3wmblostPsTnzSQ=";
hash = "sha256-RfYaWoVGdeE5y/hkRH+gZgnc0Hrp9V+Pttvjcu3Q14g=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-s8aXDDERy4IxUrXVEFMGny5B5HGE8xsi6I+b/HCHc6w=";
cargoHash = "sha256-m25lo7mufGS7m1QSnhYdXMaXfjdqtJ8hVLdbuRsxbKY=";
checkFlags = [
# Test currently broken, needs to be removed. See https://github.com/mierak/rmpc/issues/254
"--skip=core::scheduler::tests::interleaves_repeated_and_scheduled_jobs"
];
nativeBuildInputs = [
installShellFiles