about summary refs log tree commit diff
path: root/pkgs/tools/filesystems/bcachefs-tools
diff options
context:
space:
mode:
authordavidak <git@davidak.de>2017-08-31 05:23:32 -0500
committerJörg Thalheim <joerg@thalheim.io>2017-08-31 05:39:24 -0500
commitbd79b8c9fc918223e28dc29e7afa2673bebb5392 (patch)
treeb2d1f4679393c0f0e4974214246f5995236aa10e /pkgs/tools/filesystems/bcachefs-tools
parent4134db36d021b4715bdf0f4e54caee6d1255ee5e (diff)
downloadnixlib-bd79b8c9fc918223e28dc29e7afa2673bebb5392.tar
nixlib-bd79b8c9fc918223e28dc29e7afa2673bebb5392.tar.gz
nixlib-bd79b8c9fc918223e28dc29e7afa2673bebb5392.tar.bz2
nixlib-bd79b8c9fc918223e28dc29e7afa2673bebb5392.tar.lz
nixlib-bd79b8c9fc918223e28dc29e7afa2673bebb5392.tar.xz
nixlib-bd79b8c9fc918223e28dc29e7afa2673bebb5392.tar.zst
nixlib-bd79b8c9fc918223e28dc29e7afa2673bebb5392.zip
bcachefs-tools: 2016-05-13 -> 2017-08-28
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 56d132907a0b..0ce695000388 100644
--- a/pkgs/tools/filesystems/bcachefs-tools/default.nix
+++ b/pkgs/tools/filesystems/bcachefs-tools/default.nix
@@ -1,12 +1,12 @@
 { stdenv, pkgs, fetchgit, pkgconfig, attr, libuuid, libscrypt, libsodium, keyutils, liburcu, zlib, libaio }:
 
 stdenv.mkDerivation rec {
-  name = "bcachefs-tools-unstable-2016-05-13";
+  name = "bcachefs-tools-unstable-2017-08-28";
 
   src = fetchgit {
     url = "https://evilpiepirate.org/git/bcachefs-tools.git";
-    rev = "565b4a74d6c25c78b0d2b82d9529595fc6269308";
-    sha256 = "1wnis26hq67vxqkxzck6wm6caq4c1rfmy9blmmgkzlhdd2nzisbx";
+    rev = "b1814f2dd0c6b61a12a2ebb67a13d406d126b227";
+    sha256 = "05ba1h09rrqj6vjr3q37ybca3nbrmnifmffdyk83622l28fpv350";
   };
 
   buildInputs = [ pkgconfig attr libuuid libscrypt libsodium keyutils liburcu zlib libaio ];