summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMadoura <madouura@gmail.com>2022-09-30 23:48:26 -0500
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-10-07 09:32:32 +0000
commit0cfe1a616f2237708118b3315539fb358486238b (patch)
tree9c3366d28bf87f45be874d8fa1eb04f9b0359303
parentlinux_testing_bcachefs: unstable-2022-04-25 -> unstable-2022-09-28 (diff)
downloadnixpkgs-origin/backport-179396-to-release-22.05.tar.gz
bcachefs-tools: unstable-2022-05-02 -> unstable-2022-09-28origin/backport-179396-to-release-22.05
(cherry picked from commit a4a5d27b2b87ee5cd409cb7fb292229593858fc3)
-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 9abbe2e9a04a..4e52a1d9e567 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-05-02";
+ version = "unstable-2022-09-28";
src = fetchFromGitHub {
owner = "koverstreet";
repo = "bcachefs-tools";
- rev = "6f5afc0c12bbf56ffdabe5b2c5297aef255c4baa";
- sha256 = "0483zhm3gmk6fd1pn815i3fixwlwsnks3817gn7n3idbbw0kg5ng";
+ rev = "99caca2c70f312c4a2504a7e7a9c92a91426d885";
+ sha256 = "sha256-9bFTBFkQq8SvhYa9K4+MH2zvKZviNaq0sFWoeGgch7g=";
};
postPatch = ''