This commit is contained in:
mjallen18
2026-03-03 09:51:12 -06:00
parent ddd99ef396
commit 1fc2a7a89f
4 changed files with 188 additions and 188 deletions

View File

@@ -34,12 +34,12 @@ stdenv.mkDerivation (finalAttrs: {
owner = "koverstreet";
repo = "bcachefs-tools";
tag = "v${finalAttrs.version}";
hash = lib.fakeHash;
hash = "sha256-15Z1lHNeXTToDpdVc/YB5ojhoiB5qdgWs47O1aKoyFM=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit (finalAttrs) src;
hash = lib.fakeHash;
hash = "sha256-YWsJUSgKNkK9W4Yuolix21bRRFSF01+sivoj7SJo7DY=";
};
postPatch = ''