Unverified Commit 6c8c2be4 authored by Masum Reza's avatar Masum Reza Committed by GitHub
Browse files

bcachefs-tools: 1.31.11 -> 1.31.12 (#457443)

parents 14b99866 e7ef1999
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -28,18 +28,18 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "bcachefs-tools";
  version = "1.31.11";
  version = "1.31.12";

  src = fetchFromGitHub {
    owner = "koverstreet";
    repo = "bcachefs-tools";
    tag = "v${finalAttrs.version}";
    hash = "sha256-CnRB/iS1NZ0Ebsi12wXFvVb0qdv0V9q1oC3nLj13mqs=";
    hash = "sha256-gbSyybWTG38mI3r6kdOHFaEx7S82x25OMPEAWZql7Mo=";
  };

  cargoDeps = rustPlatform.fetchCargoVendor {
    inherit (finalAttrs) src;
    hash = "sha256-50xy1nqDctgz/lXd5JsfaU6yxDoRCQRtiYBwuEuiKFA=";
    hash = "sha256-w8dcbaJBCsn02JFPXzhOj2Ozuti0Xkr6mssdZhYKEFs=";
  };

  postPatch = ''