bcachefs 1.37.2

This commit is contained in:
2026-03-20 15:37:56 -05:00
parent 659cc20e38
commit 93aaf52b7e
2 changed files with 5 additions and 5 deletions

View File

@@ -35,7 +35,7 @@ let
in in
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "bcachefs-tools"; pname = "bcachefs-tools";
version = "1.36.1"; version = "1.37.2";
src = sources.bcachefs-tools; src = sources.bcachefs-tools;

View File

@@ -4,12 +4,12 @@
"bcachefs-tools": { "bcachefs-tools": {
"fetcher": "git", "fetcher": "git",
"url": "https://github.com/koverstreet/bcachefs-tools", "url": "https://github.com/koverstreet/bcachefs-tools",
"rev": "v1.36.1", "rev": "v1.37.2",
"hash": "sha256-15Z1lHNeXTToDpdVc/YB5ojhoiB5qdgWs47O1aKoyFM=", "hash": "sha256-q0/WRO52KZr/7ogZ+xb3UxpBB3Y63Ti1mwkDwypP2iw=",
"cargoHash": "sha256-YWsJUSgKNkK9W4Yuolix21bRRFSF01+sivoj7SJo7DY=" "cargoHash": "sha256-UqpznSuuSXCzoNovOrLhWcuiOtkyY9iM2Uu0g9J7ZZE="
}, },
"cargoDeps": { "cargoDeps": {
"hash": "sha256-YWsJUSgKNkK9W4Yuolix21bRRFSF01+sivoj7SJo7DY=" "hash": "sha256-UqpznSuuSXCzoNovOrLhWcuiOtkyY9iM2Uu0g9J7ZZE="
} }
} }
} }