Commit 455eee68 authored by Zebreus's avatar Zebreus
Browse files

bcachefs-tools: 1.36.1 -> 1.37.0

parent 66a959fc
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -29,18 +29,18 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "bcachefs-tools";
  version = "1.36.1";
  version = "1.37.0";

  src = fetchFromGitHub {
    owner = "koverstreet";
    repo = "bcachefs-tools";
    tag = "v${finalAttrs.version}";
    hash = "sha256-15Z1lHNeXTToDpdVc/YB5ojhoiB5qdgWs47O1aKoyFM=";
    hash = "sha256-whLigwGbMhxavTJGRyeV9GCw8OX0+9FvQk567QxywNQ=";
  };

  cargoDeps = rustPlatform.fetchCargoVendor {
    inherit (finalAttrs) src;
    hash = "sha256-YWsJUSgKNkK9W4Yuolix21bRRFSF01+sivoj7SJo7DY=";
    hash = "sha256-wm/Zfuc+tpER7PTRjKftmtCkoKZ51ZUJKGsHQ79cJbE=";
  };

  postPatch = ''