bcachefs-tools: 1.25.1 -> 1.25.2

This commit is contained in:
R. Ryantm 2025-04-26 17:41:56 +00:00
parent 2debd4ebfe
commit 3ba61ea2c1

View file

@ -28,13 +28,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "bcachefs-tools";
version = "1.25.1";
version = "1.25.2";
src = fetchFromGitHub {
owner = "koverstreet";
repo = "bcachefs-tools";
tag = "v${finalAttrs.version}";
hash = "sha256-P6h0n90akgGoFL292UpYTspq1QjcnBDjwvSGyO91xQg=";
hash = "sha256-4MscYFlUwGrFhjpQs1ifDMh5j+t9x7rokOtR2SmhCro=";
};
nativeBuildInputs = [