Unverified Commit 3af5069e authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

bcachefs-tools: 1.13.0 -> 1.20.0 (#379175)

parents ce3b4e60 7f70c813
Loading
Loading
Loading
Loading
+2 −10
Original line number Diff line number Diff line
@@ -29,23 +29,15 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "bcachefs-tools";
  version = "1.13.0";
  version = "1.20.0";

  src = fetchFromGitHub {
    owner = "koverstreet";
    repo = "bcachefs-tools";
    tag = "v${finalAttrs.version}";
    hash = "sha256-w55Fs1RZ4c55vTvb3jArPcmBLij1nuLi2MUHMMXPhng=";
    hash = "sha256-WZmT8qYLQBp0lftm4T6BU92xffGmhniQNP7TI5pl4Y8=";
  };

  patches = [
    # backport patch to fix build with latest liburcu
    (fetchpatch {
      url = "https://github.com/koverstreet/bcachefs-tools/commit/634c812a1ed05de8e3d1dc146eed95b942e1e38d.patch";
      hash = "sha256-AL+nflQHKIwzI35NXZG2rniNjUfgLmv3osHHdpB1cGs=";
    })
  ];

  nativeBuildInputs = [
    pkg-config
    cargo