up and running again

This commit is contained in:
Matt Nish-Lapidus 2025-05-22 22:49:45 -04:00
parent 16696e66cd
commit 903488fa21
9 changed files with 76 additions and 48 deletions

View file

@ -6,7 +6,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = "https://codeberg.org/pmatilai/mioctl/archive/master.zip";
sha256 = "sha256-GFCUqao+LC9SgparV1699D72wnD0kZeroyq5DRxdJos=";
sha256 = "sha256-duWFdF+gjExhDxUKdCEOx1hwkA4O2YROVtJLzGAYjdA=";
};
nativeBuildInputs = [ makeWrapper unzip ];

View file

@ -15,7 +15,7 @@ rustPlatform.buildRustPackage rec {
owner = "mierak";
repo = "rmpc";
rev = "master";
hash = "sha256-TwJKoLcJlqRtBs3lV7kfT/gyOs23V4Yp4xE7zz1fFXI=";
hash = "sha256-ERLOi+TyAq3Dkmk1UfTqqIdI/LqxAk7bFJfq+18Kqlw=";
};
useFetchCargoVendor = true;