about summary refs log tree commit diff
path: root/pkgs/tools/filesystems/bcachefs-tools
diff options
context:
space:
mode:
authorEdmund Wu <fangkazuto@gmail.com>2019-03-28 18:12:00 -0400
committerEdmund Wu <fangkazuto@gmail.com>2019-04-26 09:11:36 -0400
commitb9d110be3a5893113883b2d2a6fc6e1d5e466d1b (patch)
tree72f3355ec8fbe2cace34544bd7a02c99f14fb6e2 /pkgs/tools/filesystems/bcachefs-tools
parent8c881a1bb56926f2aaf2d413c93be9b821e40534 (diff)
downloadnixlib-b9d110be3a5893113883b2d2a6fc6e1d5e466d1b.tar
nixlib-b9d110be3a5893113883b2d2a6fc6e1d5e466d1b.tar.gz
nixlib-b9d110be3a5893113883b2d2a6fc6e1d5e466d1b.tar.bz2
nixlib-b9d110be3a5893113883b2d2a6fc6e1d5e466d1b.tar.lz
nixlib-b9d110be3a5893113883b2d2a6fc6e1d5e466d1b.tar.xz
nixlib-b9d110be3a5893113883b2d2a6fc6e1d5e466d1b.tar.zst
nixlib-b9d110be3a5893113883b2d2a6fc6e1d5e466d1b.zip
bcachefs-tools: 2019-03-13 -> 2019-04-04
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 2e9bdff2aa38..c33ae4e8304a 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-03-13";
+  version = "2019-04-04";
 
   src = fetchgit {
     url = "https://evilpiepirate.org/git/bcachefs-tools.git";
-    rev = "0894d547501fb9306ae7b1c669b66a7b49fb2205";
-    sha256 = "1vwzwag413kzlij2f1hw1b8g592m40dr03zwkc8k5snbl4daiwr6";
+    rev = "d13bbb2955f899f10be4ab315ad229d2951fdcda";
+    sha256 = "0cjy12qjd572sbg8h4i18fn001p6a6ahc4ljwids58nv83q99ll3";
   };
 
   enableParallelBuilding = true;