bcachefs-tools: 1.38.6 -> 1.38.8

Changelog:
https://evilpiepirate.org/git/bcachefs-tools.git/tree/Changelog.mdwn
This commit is contained in:
qubitnano 2026-07-03 11:13:41 -04:00
commit a8836279a6

View file

@ -19,6 +19,7 @@
cargo,
rustc,
rustPlatform,
rust-bindgen,
makeWrapper,
nix-update-script,
versionCheckHook,
@ -30,18 +31,18 @@
stdenv.mkDerivation (finalAttrs: {
pname = "bcachefs-tools";
version = "1.38.6";
version = "1.38.8";
src = fetchFromGitHub {
owner = "koverstreet";
repo = "bcachefs-tools";
tag = "v${finalAttrs.version}";
hash = "sha256-VNY9kURuXky504utCZ0Ye76mDG2TFAdzrgYI2iup/PI=";
hash = "sha256-9sDE7ua3WMCfV9ZbwQdAbpatv2IhvcwHzzPr+/l2au0=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit (finalAttrs) src;
hash = "sha256-rajYbfE98j/YqniUoV66LHh22PwEc6sWWJ/7bgGgGtA=";
hash = "sha256-F1+FeAlYSqOxeWJI8vHShpXrOZqYXjNGvty/s6f6u8w=";
};
postPatch = ''
@ -58,6 +59,7 @@ stdenv.mkDerivation (finalAttrs: {
rustc
rustPlatform.cargoSetupHook
rustPlatform.bindgenHook
rust-bindgen
makeWrapper
installShellFiles
];