bcachefs-tools: 1.33.1 -> 1.33.2

Diff: https://github.com/koverstreet/bcachefs-tools/compare/v1.33.1...v1.33.2
This commit is contained in:
K900
2025-12-18 13:25:17 +03:00
parent b62e73839d
commit 03ced8646b
+2 -2
View File
@@ -28,13 +28,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "bcachefs-tools";
version = "1.33.1";
version = "1.33.2";
src = fetchFromGitHub {
owner = "koverstreet";
repo = "bcachefs-tools";
tag = "v${finalAttrs.version}";
hash = "sha256-t5dJSTkv12pfWH7TV/PKpgMdyML+Y7y3P30NmW2H7C8=";
hash = "sha256-L7Ir5oOKMxgHWxdRBhM9VVGWMu/ePmezkUy4pHoMB2M=";
};
cargoDeps = rustPlatform.fetchCargoVendor {