about summary refs log tree commit diff
diff options
context:
space:
mode:
author隠岐奈 <okinan@chiru.no>2018-10-16 18:31:53 -0500
committer隠岐奈 <okinan@chiru.no>2018-10-16 18:31:53 -0500
commit0c4a7a86fd26a45c44c258181f7e2d977071b95a (patch)
tree2505731cd28286797a0e5278d720c40b87728066
parentd8410167d1a5c3f84a4bf88995528a3e788db9a9 (diff)
downloadnixlib-0c4a7a86fd26a45c44c258181f7e2d977071b95a.tar
nixlib-0c4a7a86fd26a45c44c258181f7e2d977071b95a.tar.gz
nixlib-0c4a7a86fd26a45c44c258181f7e2d977071b95a.tar.bz2
nixlib-0c4a7a86fd26a45c44c258181f7e2d977071b95a.tar.lz
nixlib-0c4a7a86fd26a45c44c258181f7e2d977071b95a.tar.xz
nixlib-0c4a7a86fd26a45c44c258181f7e2d977071b95a.tar.zst
nixlib-0c4a7a86fd26a45c44c258181f7e2d977071b95a.zip
bcachefs-tools: 2018-08-22 -> 2018-10-12
-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 ee1ee2e61789..75737e2da7fc 100644
--- a/pkgs/tools/filesystems/bcachefs-tools/default.nix
+++ b/pkgs/tools/filesystems/bcachefs-tools/default.nix
@@ -2,12 +2,12 @@
 , liburcu, zlib, libaio, zstd, lz4 }:
 
 stdenv.mkDerivation rec {
-  name = "bcachefs-tools-unstable-2018-08-22";
+  name = "bcachefs-tools-unstable-2018-10-12";
 
   src = fetchgit {
     url = "https://evilpiepirate.org/git/bcachefs-tools.git";
-    rev = "ebf97e8e01a8e76ff4bec23f29106430852c3081";
-    sha256 = "0f2ycin0gmi1a4fm7qln0c10zn451gljfbc2piy1fm768xqqrmld";
+    rev = "55fbb25501330038e1714905b9ddeb25d875c11c";
+    sha256 = "0cwzbyf133jc0fkc8nmjcvv3wmglqhyxda1hh10hgxrbq5vm39wx";
   };
 
   enableParallelBuilding = true;