summaryrefslogtreecommitdiffstats
path: root/pkgs/tools
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2023-02-03 19:03:44 -0300
committerGitHub <noreply@github.com>2023-02-03 19:03:44 -0300
commitf3b37396bdcf0975111fd41ad7863fbbe13ec385 (patch)
tree21e840db7724f23e61ba90854d000fdc625e9013 /pkgs/tools
parentf0df58781048b63c7490af00fe2914e380ea25bf (diff)
parent338e4c14333a720e3bbb097f21fdb3cd91e121b2 (diff)
Merge pull request #214265 from PedroHLC/bcachefs-2023-02-01
linux_testing_bcachefs: 6.1.9-unstable-2022-12-29 -> 6.1.3-unstable-2023-02-01
Diffstat (limited to 'pkgs/tools')
-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 eb54f08a3a26..f96ee77d9339 100644
--- a/pkgs/tools/filesystems/bcachefs-tools/default.nix
+++ b/pkgs/tools/filesystems/bcachefs-tools/default.nix
@@ -25,13 +25,13 @@
stdenv.mkDerivation {
pname = "bcachefs-tools";
- version = "unstable-2022-12-29";
+ version = "unstable-2023-01-31";
src = fetchFromGitHub {
owner = "koverstreet";
repo = "bcachefs-tools";
- rev = "42cf74fd1d0ef58927967e6236988e86cfc0d086";
- sha256 = "sha256-N/1heStwmB7CzE/ddTud/ywnMdhq8ZkLju+x0UL0yjY=";
+ rev = "3c39b422acd3346321185be0ce263809e2a9a23f";
+ hash = "sha256-2ci/m4JfodLiPoWfP+QCEqlk0k48zq3mKb8Pdrtln0o=";
};
postPatch = ''