summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/filesystems/bcachefs-tools
diff options
context:
space:
mode:
authorEdmund Wu <fangkazuto@gmail.com>2019-10-01 21:19:47 -0400
committerEdmund Wu <fangkazuto@gmail.com>2019-10-01 21:33:11 -0400
commita3255de8c97b3f27b0fd0837e8739b45116a97df (patch)
tree771e71e4d8fe2aac04df81af8fdf53072ba4219d /pkgs/tools/filesystems/bcachefs-tools
parent5ddf3512bacbd139f9caba6c232f51069d64e650 (diff)
bcachefs-tools: 2019-09-25 -> 2019-10-01
Diffstat (limited to 'pkgs/tools/filesystems/bcachefs-tools')
-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 68783b947168..d53fbb3960b8 100644
--- a/pkgs/tools/filesystems/bcachefs-tools/default.nix
+++ b/pkgs/tools/filesystems/bcachefs-tools/default.nix
@@ -3,12 +3,12 @@
stdenv.mkDerivation {
pname = "bcachefs-tools";
- version = "2019-09-25";
+ version = "2019-10-01";
src = fetchgit {
url = "https://evilpiepirate.org/git/bcachefs-tools.git";
- rev = "db39aa3e1b528db3b9d731c3b054f27411e1e1a9";
- sha256 = "19x7n51yr30dd9rrvji3xk3rij5xd8b86qiym9alpkbbyrz7h956";
+ rev = "7f69c4161c31b8f43723a9ccad1a9a358f4e2e70";
+ sha256 = "0v4b8h99cd434v349y8vmhj2igf0ryky7svd20ar1fr7da580kvj";
};
enableParallelBuilding = true;