summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/filesystems
diff options
context:
space:
mode:
authorEdmund Wu <fangkazuto@gmail.com>2019-08-23 22:38:00 -0400
committerEdmund Wu <fangkazuto@gmail.com>2019-08-23 22:38:00 -0400
commitd8601dc4f9e3f824533812deaf461e74aa25e243 (patch)
treef5ef754b806fef30c07cb65db5c593aad27ff6bc /pkgs/tools/filesystems
parentaff3036a6f92100bbcea0004316ade4dfae06cf4 (diff)
bcachefs-tools: 2019-07-13 -> 2019-08-21
Diffstat (limited to 'pkgs/tools/filesystems')
-rw-r--r--pkgs/tools/filesystems/bcachefs-tools/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/filesystems/bcachefs-tools/default.nix b/pkgs/tools/filesystems/bcachefs-tools/default.nix
index e3ee04f6e2ea..95923f202cf4 100644
--- a/pkgs/tools/filesystems/bcachefs-tools/default.nix
+++ b/pkgs/tools/filesystems/bcachefs-tools/default.nix
@@ -3,12 +3,12 @@
stdenv.mkDerivation rec {
pname = "bcachefs-tools";
- version = "2019-07-13";
+ version = "2019-08-21";
src = fetchgit {
url = "https://evilpiepirate.org/git/bcachefs-tools.git";
- rev = "692eadd6ca9b45f12971126b326b6a89d7117e67";
- sha256 = "0d2kqy5p89qjrk38iqfk9zsh14c2x40d21kic9kcybdhalfq5q31";
+ rev = "72a408f84846fe702b8db4f158b678ee20bbf835";
+ sha256 = "0y5700afv1x1i3wnp3g71i3zhyhkwmx79j0irxr63fmg47n0ys1i";
};
enableParallelBuilding = true;