We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6a8526 commit 7d3a540Copy full SHA for 7d3a540
pkgs/by-name/bc/bcachefs-tools/package.nix
@@ -28,18 +28,18 @@
28
29
stdenv.mkDerivation (finalAttrs: {
30
pname = "bcachefs-tools";
31
- version = "1.31.13";
+ version = "1.32.1";
32
33
src = fetchFromGitHub {
34
owner = "koverstreet";
35
repo = "bcachefs-tools";
36
tag = "v${finalAttrs.version}";
37
- hash = "sha256-IHc4tsEqXbxOLQXu75A3WtFqhv6NS0AlPsWt0pM8LdU=";
+ hash = "sha256-SY1dKFAlLHOyAGaBmqCMDM6pAHKByHEyTcv1EAHQBVU=";
38
};
39
40
cargoDeps = rustPlatform.fetchCargoVendor {
41
inherit (finalAttrs) src;
42
- hash = "sha256-w8dcbaJBCsn02JFPXzhOj2Ozuti0Xkr6mssdZhYKEFs=";
+ hash = "sha256-LLodbtdUc8WGUkZmwiKrmjd7EaxkFP7QqEbLoESAKAQ=";
43
44
45
postPatch = ''
0 commit comments