cleanup and rmpc

This commit is contained in:
Matt Nish-Lapidus 2025-05-04 13:41:56 -04:00
parent 6e5342861c
commit b330c1c08e
4 changed files with 40 additions and 40 deletions

View file

@ -9,17 +9,17 @@
rustPlatform.buildRustPackage rec {
pname = "rmpc";
version = "0.9.0";
version = "master";
src = fetchFromGitHub {
owner = "mierak";
repo = "rmpc";
rev = "master";
hash = "sha256-2RVP00aVtrs7F7ZJBCVoy5JL7uIR+m1AZ2HCs7pebKE=";
hash = "sha256-Lxu9x+LBnNOxEFE2CcQ3yiji4t2B9OIy1TW4jPDTJBk=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-aUvG3+PrG9xjkGyXXDE+deke4y1rbz59T/bI3+X3Khs=";
cargoHash = "sha256-RQ0ibBFkVq7KgYrbMeIgTBSDJbCLCea/ThhbJgOuKxk=";
checkFlags = [
# Test currently broken, needs to be removed. See https://github.com/mierak/rmpc/issues/254