File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/by-name/bc/bcachefs-tools Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2828
2929stdenv . 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 = [
You can’t perform that action at this time.
0 commit comments