summary refs log tree commit diff
path: root/pkgs/tools/filesystems/bcachefs-tools
diff options
context:
space:
mode:
authorOkina Matara <okinan@protonmail.com>2018-04-16 03:30:57 -0500
committerOkina Matara <okinan@protonmail.com>2018-04-16 03:30:57 -0500
commit9c24f5001abfd9a7b4682d6baaf4d635a11b71ec (patch)
tree17869a53e457d93ec616232d57c82b6c12e1e730 /pkgs/tools/filesystems/bcachefs-tools
parentb70ad2ac314229c3cdbde6f2a243f536b81b7433 (diff)
downloadnixlib-9c24f5001abfd9a7b4682d6baaf4d635a11b71ec.tar
nixlib-9c24f5001abfd9a7b4682d6baaf4d635a11b71ec.tar.gz
nixlib-9c24f5001abfd9a7b4682d6baaf4d635a11b71ec.tar.bz2
nixlib-9c24f5001abfd9a7b4682d6baaf4d635a11b71ec.tar.lz
nixlib-9c24f5001abfd9a7b4682d6baaf4d635a11b71ec.tar.xz
nixlib-9c24f5001abfd9a7b4682d6baaf4d635a11b71ec.tar.zst
nixlib-9c24f5001abfd9a7b4682d6baaf4d635a11b71ec.zip
linux_testing_bcachefs: 4.15.2018.03.22 -> 4.15.2018.04.14
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 3684b216cd75..c2e13b75daa9 100644
--- a/pkgs/tools/filesystems/bcachefs-tools/default.nix
+++ b/pkgs/tools/filesystems/bcachefs-tools/default.nix
@@ -2,12 +2,12 @@
 , keyutils, liburcu, zlib, libaio, zstd }:
 
 stdenv.mkDerivation rec {
-  name = "bcachefs-tools-unstable-2018-03-20";
+  name = "bcachefs-tools-unstable-2018-04-10";
 
   src = fetchgit {
     url = "https://evilpiepirate.org/git/bcachefs-tools.git";
-    rev = "ff5e165532a2eed87700649d03f91a612a58e92a";
-    sha256 = "1mikhffkr4a1yhy36yh70dhgcimcpvdm5mjl5fyni0bpgqrw67dn";
+    rev = "c598d91dcb0c7e95abdacb2711898ae14ab52ca1";
+    sha256 = "1mglw6p1145nryn8babkg2hj778kqa0vrzjbdp9kxjlyb3fksmff";
   };
 
   enableParallelBuilding = true;