Skip to content

Commit 4c3d61f

Browse files
r-ryantmalyssais
authored andcommitted
bcachefs-tools: 1.20.0 -> 1.25.1
1 parent beb2354 commit 4c3d61f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/bc/bcachefs-tools/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828

2929
stdenv.mkDerivation (finalAttrs: {
3030
pname = "bcachefs-tools";
31-
version = "1.20.0";
31+
version = "1.25.1";
3232

3333
src = fetchFromGitHub {
3434
owner = "koverstreet";
3535
repo = "bcachefs-tools";
3636
tag = "v${finalAttrs.version}";
37-
hash = "sha256-WZmT8qYLQBp0lftm4T6BU92xffGmhniQNP7TI5pl4Y8=";
37+
hash = "sha256-P6h0n90akgGoFL292UpYTspq1QjcnBDjwvSGyO91xQg=";
3838
};
3939

4040
nativeBuildInputs = [
@@ -63,7 +63,7 @@ stdenv.mkDerivation (finalAttrs: {
6363

6464
cargoDeps = rustPlatform.fetchCargoVendor {
6565
src = finalAttrs.src;
66-
hash = "sha256-xP3V3Cqb+F33I1fVhp7ru/qBl22ww4oZDUCb1OHBiag=";
66+
hash = "sha256-juXRmI3tz2BXQsRaRRGyBaGqeLk2QHfJb2sKPmWur8s=";
6767
};
6868

6969
makeFlags = [

0 commit comments

Comments
 (0)