summary refs log tree commit diff
path: root/pkgs/tools/filesystems
diff options
context:
space:
mode:
authorJamie McClymont <jamie@kwiius.com>2022-03-14 21:48:07 +1300
committerJamie McClymont <jamie@kwiius.com>2022-03-14 21:49:24 +1300
commitdb181acbf8fec9bcf23551202279947799da6e2c (patch)
tree765f7b9f3fd0f5b62b011198cc95ab4c9571e324 /pkgs/tools/filesystems
parent4f646210564cab1507655922b433268b8fac5bc7 (diff)
downloadnixpkgs-db181acbf8fec9bcf23551202279947799da6e2c.tar
nixpkgs-db181acbf8fec9bcf23551202279947799da6e2c.tar.gz
nixpkgs-db181acbf8fec9bcf23551202279947799da6e2c.tar.bz2
nixpkgs-db181acbf8fec9bcf23551202279947799da6e2c.tar.lz
nixpkgs-db181acbf8fec9bcf23551202279947799da6e2c.tar.xz
nixpkgs-db181acbf8fec9bcf23551202279947799da6e2c.tar.zst
nixpkgs-db181acbf8fec9bcf23551202279947799da6e2c.zip
bcachefs-tools: unstable-2022-01-12 -> unstable-2022-03-09
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 9e0752b5482..1a9cf9de04c 100644
--- a/pkgs/tools/filesystems/bcachefs-tools/default.nix
+++ b/pkgs/tools/filesystems/bcachefs-tools/default.nix
@@ -22,13 +22,13 @@
 
 stdenv.mkDerivation {
   pname = "bcachefs-tools";
-  version = "unstable-2022-01-12";
+  version = "unstable-2022-03-09";
 
   src = fetchFromGitHub {
     owner = "koverstreet";
     repo = "bcachefs-tools";
-    rev = "7b15324de1095f3e2e423e9c53da076d208b52d5";
-    sha256 = "0glpq0n1xv7ck28v0gahl1fak9dhyp04id8d1l8yxvnriyw19zxa";
+    rev = "3e2e3d468eed1d5ebbb4c6309d2eaebd081912c5";
+    sha256 = "1sb0dj2whlp3dxgf642z7yx7s8va5ah82zi6r4qni7l64qy1n554";
   };
 
   postPatch = ''