summary refs log tree commit diff
path: root/pkgs/tools/filesystems
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2019-02-14 16:18:05 +0000
committerGitHub <noreply@github.com>2019-02-14 16:18:05 +0000
commit0ac83f0857c2edfb79572361fb2673725ff762b3 (patch)
tree39e97195723c612fcc00171cdc3d159e789f005c /pkgs/tools/filesystems
parent59379d1f4f012ed4bf26c24062282dd9005676c4 (diff)
parent09c194a3526b3a344d92c7396bd722ab73e1a58f (diff)
downloadnixpkgs-0ac83f0857c2edfb79572361fb2673725ff762b3.tar
nixpkgs-0ac83f0857c2edfb79572361fb2673725ff762b3.tar.gz
nixpkgs-0ac83f0857c2edfb79572361fb2673725ff762b3.tar.bz2
nixpkgs-0ac83f0857c2edfb79572361fb2673725ff762b3.tar.lz
nixpkgs-0ac83f0857c2edfb79572361fb2673725ff762b3.tar.xz
nixpkgs-0ac83f0857c2edfb79572361fb2673725ff762b3.tar.zst
nixpkgs-0ac83f0857c2edfb79572361fb2673725ff762b3.zip
Merge pull request #55499 from eadwu/bcachefs/20190209
linux_testing_bcachefs,bcachefs-tools: 20190209
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;