mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
bcachefs-tools: 1.38.6 -> 1.38.8
Changelog: https://evilpiepirate.org/git/bcachefs-tools.git/tree/Changelog.mdwn
This commit is contained in:
parent
326238d238
commit
a8836279a6
1 changed files with 5 additions and 3 deletions
|
|
@ -19,6 +19,7 @@
|
|||
cargo,
|
||||
rustc,
|
||||
rustPlatform,
|
||||
rust-bindgen,
|
||||
makeWrapper,
|
||||
nix-update-script,
|
||||
versionCheckHook,
|
||||
|
|
@ -30,18 +31,18 @@
|
|||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "bcachefs-tools";
|
||||
version = "1.38.6";
|
||||
version = "1.38.8";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "koverstreet";
|
||||
repo = "bcachefs-tools";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-VNY9kURuXky504utCZ0Ye76mDG2TFAdzrgYI2iup/PI=";
|
||||
hash = "sha256-9sDE7ua3WMCfV9ZbwQdAbpatv2IhvcwHzzPr+/l2au0=";
|
||||
};
|
||||
|
||||
cargoDeps = rustPlatform.fetchCargoVendor {
|
||||
inherit (finalAttrs) src;
|
||||
hash = "sha256-rajYbfE98j/YqniUoV66LHh22PwEc6sWWJ/7bgGgGtA=";
|
||||
hash = "sha256-F1+FeAlYSqOxeWJI8vHShpXrOZqYXjNGvty/s6f6u8w=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
|
@ -58,6 +59,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
rustc
|
||||
rustPlatform.cargoSetupHook
|
||||
rustPlatform.bindgenHook
|
||||
rust-bindgen
|
||||
makeWrapper
|
||||
installShellFiles
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue