about summary refs log tree commit diff
path: root/pkgs/tools/filesystems
diff options
context:
space:
mode:
authorEdmund Wu <fangkazuto@gmail.com>2019-07-12 08:38:35 -0400
committerEdmund Wu <fangkazuto@gmail.com>2019-07-12 08:40:36 -0400
commite7c72be0fcb9b15b9ddf359642fea76e8ab01b88 (patch)
tree41180377424c5c26ddcb27c76aa6767064a2ef85 /pkgs/tools/filesystems
parent7181669da57e06d5069e5f7df57eedf927b488f3 (diff)
downloadnixlib-e7c72be0fcb9b15b9ddf359642fea76e8ab01b88.tar
nixlib-e7c72be0fcb9b15b9ddf359642fea76e8ab01b88.tar.gz
nixlib-e7c72be0fcb9b15b9ddf359642fea76e8ab01b88.tar.bz2
nixlib-e7c72be0fcb9b15b9ddf359642fea76e8ab01b88.tar.lz
nixlib-e7c72be0fcb9b15b9ddf359642fea76e8ab01b88.tar.xz
nixlib-e7c72be0fcb9b15b9ddf359642fea76e8ab01b88.tar.zst
nixlib-e7c72be0fcb9b15b9ddf359642fea76e8ab01b88.zip
bcachefs-tools: 2019-05-29 -> 2019-07-11
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 48926a3aade7..5e75346e46b1 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-05-29";
+  version = "2019-07-11";
 
   src = fetchgit {
     url = "https://evilpiepirate.org/git/bcachefs-tools.git";
-    rev = "34b93747051055c1076add36f4730c7715e27f07";
-    sha256 = "1z6ih0mssa9y9yr3v0dzrflliqz8qfdkjb29p9nqbpg8iqi45fa8";
+    rev = "33c91e2ff4e228cb618ca22d642a34ec1c2cf0ef";
+    sha256 = "0glldbnda61xwf7309mk48qmxqnipjmcgsibab77nr6v3bg13ip1";
   };
 
   enableParallelBuilding = true;