diff options
| author | Madoura <madouura@gmail.com> | 2022-01-28 08:29:38 -0600 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-01-28 18:47:55 +0000 |
| commit | 4368324b02faad2d1be5c6b9bcf823223e998fd2 (patch) | |
| tree | 13a63b0821bef05dafedde98757fbdf73f29df6f | |
| parent | linux_testing-bcachefs: 2021-12-26 -> 2022-01-12 (diff) | |
| download | nixpkgs-origin/backport-157150-to-release-21.11.tar.gz | |
bcachefs-tools: 2021-12-25 -> 2022-01-12origin/backport-157150-to-release-21.11
(cherry picked from commit 3f81985d746fbbfff71d91b6e34d70e9699de3c7)
| -rw-r--r-- | pkgs/tools/filesystems/bcachefs-tools/default.nix | 6 |
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 cb8d74aa1618..9e0752b5482c 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-2021-12-25"; + version = "unstable-2022-01-12"; src = fetchFromGitHub { owner = "koverstreet"; repo = "bcachefs-tools"; - rev = "07b18011cc885f0ef5cadc299d0321322f442388"; - sha256 = "0yvdbjasl05w1afiszygrfv7hn39fxx7kcy42vk39rb6fb3xpvzy"; + rev = "7b15324de1095f3e2e423e9c53da076d208b52d5"; + sha256 = "0glpq0n1xv7ck28v0gahl1fak9dhyp04id8d1l8yxvnriyw19zxa"; }; postPatch = '' |
