about summary refs log tree commit diff
path: root/pkgs/tools/filesystems
diff options
context:
space:
mode:
authorVladyslav M <dywedir@pm.me>2019-03-15 09:44:10 +0200
committerGitHub <noreply@github.com>2019-03-15 09:44:10 +0200
commitd738f0d7d6600ef091056716efc0741b8d0fe73d (patch)
treeff734389c7c26f45e6f7148ee15da14976b7eafe /pkgs/tools/filesystems
parent4b6a41a939faf6d224d593af68f305fdb69b6ddc (diff)
parent143cf54f81185b0527a81fca4323657f6203a334 (diff)
downloadnixlib-d738f0d7d6600ef091056716efc0741b8d0fe73d.tar
nixlib-d738f0d7d6600ef091056716efc0741b8d0fe73d.tar.gz
nixlib-d738f0d7d6600ef091056716efc0741b8d0fe73d.tar.bz2
nixlib-d738f0d7d6600ef091056716efc0741b8d0fe73d.tar.lz
nixlib-d738f0d7d6600ef091056716efc0741b8d0fe73d.tar.xz
nixlib-d738f0d7d6600ef091056716efc0741b8d0fe73d.tar.zst
nixlib-d738f0d7d6600ef091056716efc0741b8d0fe73d.zip
Merge pull request #56560 from eadwu/bcachefs/20190228
linux_testing_bcachefs, bcachefs-tools: 2019-03-13
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 fc55352fa126..2e9bdff2aa38 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-02-09";
+  version = "2019-03-13";
 
   src = fetchgit {
     url = "https://evilpiepirate.org/git/bcachefs-tools.git";
-    rev = "17c5215c1c542dd7b6b4f891a0da16d8c98e0591";
-    sha256 = "1zm2lnvijfmz483m2nhxz1rhk7ghgh0c450nyiwi6wa7lc1y3339";
+    rev = "0894d547501fb9306ae7b1c669b66a7b49fb2205";
+    sha256 = "1vwzwag413kzlij2f1hw1b8g592m40dr03zwkc8k5snbl4daiwr6";
   };
 
   enableParallelBuilding = true;