summary refs log tree commit diff
path: root/pkgs/tools/filesystems
diff options
context:
space:
mode:
authorEdmund Wu <fangkazuto@gmail.com>2019-02-09 21:11:29 -0500
committerEdmund Wu <fangkazuto@gmail.com>2019-02-09 21:11:29 -0500
commit09c194a3526b3a344d92c7396bd722ab73e1a58f (patch)
tree3c87332d99d9dd110d86ccbcfd36ab2069deb40e /pkgs/tools/filesystems
parent14a5c277432d467db95d10716cd10e1d4d5b7461 (diff)
downloadnixpkgs-09c194a3526b3a344d92c7396bd722ab73e1a58f.tar
nixpkgs-09c194a3526b3a344d92c7396bd722ab73e1a58f.tar.gz
nixpkgs-09c194a3526b3a344d92c7396bd722ab73e1a58f.tar.bz2
nixpkgs-09c194a3526b3a344d92c7396bd722ab73e1a58f.tar.lz
nixpkgs-09c194a3526b3a344d92c7396bd722ab73e1a58f.tar.xz
nixpkgs-09c194a3526b3a344d92c7396bd722ab73e1a58f.tar.zst
nixpkgs-09c194a3526b3a344d92c7396bd722ab73e1a58f.zip
bcachefs-tools: 2019-01-23 -> 2019-02-09
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 eefc0beb1fc..fc55352fa12 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-01-23";
+  version = "2019-02-09";
 
   src = fetchgit {
     url = "https://evilpiepirate.org/git/bcachefs-tools.git";
-    rev = "35fca2f044d375b1590f499cfd34bef38ca0f8f1";
-    sha256 = "1mmpwksszdi4n7zv3fm7qnmfk94m56d65lfw30553bnfm3yaz3k7";
+    rev = "17c5215c1c542dd7b6b4f891a0da16d8c98e0591";
+    sha256 = "1zm2lnvijfmz483m2nhxz1rhk7ghgh0c450nyiwi6wa7lc1y3339";
   };
 
   enableParallelBuilding = true;