Unverified Commit 0cfbef3b authored by K900's avatar K900 Committed by GitHub
Browse files

bcachefs-tools: 1.33.1 -> 1.33.2 (#471958)

parents b40377cd 03ced864
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 {