about summary refs log tree commit diff
path: root/pkgs/tools/filesystems
diff options
context:
space:
mode:
authorVladyslav M <dywedir@pm.me>2019-02-04 22:53:38 +0200
committerGitHub <noreply@github.com>2019-02-04 22:53:38 +0200
commit8626808c72623d0394153c93b760c24a20425558 (patch)
treedac4aa1aa115009e50679e428154afbc034dea3c /pkgs/tools/filesystems
parent5a3a54307841397bd3cb84924c3df989e9b6dc96 (diff)
parentefb1b47f9e74ff70272b9300d90de5fffaab410d (diff)
downloadnixlib-8626808c72623d0394153c93b760c24a20425558.tar
nixlib-8626808c72623d0394153c93b760c24a20425558.tar.gz
nixlib-8626808c72623d0394153c93b760c24a20425558.tar.bz2
nixlib-8626808c72623d0394153c93b760c24a20425558.tar.lz
nixlib-8626808c72623d0394153c93b760c24a20425558.tar.xz
nixlib-8626808c72623d0394153c93b760c24a20425558.tar.zst
nixlib-8626808c72623d0394153c93b760c24a20425558.zip
Merge pull request #54752 from eadwu/bcachefs/20190123
linux_testing_bcachefs,bcachefs-tools: 20190123
Diffstat (limited to 'pkgs/tools/filesystems')
-rw-r--r--pkgs/tools/filesystems/bcachefs-tools/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/tools/filesystems/bcachefs-tools/default.nix b/pkgs/tools/filesystems/bcachefs-tools/default.nix
index 9f81db437134..eefc0beb1fcc 100644
--- a/pkgs/tools/filesystems/bcachefs-tools/default.nix
+++ b/pkgs/tools/filesystems/bcachefs-tools/default.nix
@@ -3,19 +3,19 @@
 
 stdenv.mkDerivation rec {
   pname = "bcachefs-tools";
-  version = "2019-01-13";
+  version = "2019-01-23";
 
   src = fetchgit {
     url = "https://evilpiepirate.org/git/bcachefs-tools.git";
-    rev = "47bd483d27ec13418978b24ec5951661d564ba35";
-    sha256 = "0h0mi68f8hxjplh0f8yw9h1ax9y6cz9c9hlvl95nqhs352lkdrfj";
+    rev = "35fca2f044d375b1590f499cfd34bef38ca0f8f1";
+    sha256 = "1mmpwksszdi4n7zv3fm7qnmfk94m56d65lfw30553bnfm3yaz3k7";
   };
 
   enableParallelBuilding = true;
   nativeBuildInputs = [ pkgconfig ];
   buildInputs = [ attr libuuid libscrypt libsodium keyutils liburcu zlib libaio zstd lz4 ];
   installFlags = [ "PREFIX=${placeholder "out"}" ];
-  
+
   preInstall = ''
     substituteInPlace Makefile \
       --replace "INITRAMFS_DIR=/etc/initramfs-tools" \