summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMadoura <madouura@gmail.com>2022-05-02 21:50:25 -0500
committerMadoura <madouura@gmail.com>2022-05-02 21:50:25 -0500
commit58d1bd206bdfc398694a4a1fa60ada3a838db6db (patch)
tree05f08298076206c042b4d00c7227d0c9bd68a5ad
parent064da2621ae34c0eb55f2b6229384b5aeed767fc (diff)
bcachefs-tools: unstable-2022-04-08 -> unstable-2022-05-02
-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 b94f1d83394b..bd8bf1adb9fc 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-04-08";
+ version = "unstable-2022-05-02";
src = fetchFromGitHub {
owner = "koverstreet";
repo = "bcachefs-tools";
- rev = "986533d8d5b21c8eb512bbb3f0496d3d2a087c5d";
- sha256 = "1qvb5l937nnls5j82ipgrdh6q5fk923z752rzzqqcms6fz7rrjs4";
+ rev = "6f5afc0c12bbf56ffdabe5b2c5297aef255c4baa";
+ sha256 = "0483zhm3gmk6fd1pn815i3fixwlwsnks3817gn7n3idbbw0kg5ng";
};
postPatch = ''