dufs: 0.41.0 -> 0.42.0

Changes: https://github.com/sigoden/dufs/releases/tag/v0.42.0
This commit is contained in:
Ashish SHUKLA 2024-09-02 13:15:04 +05:30
parent 5629520ede
commit 32fb25319b
No known key found for this signature in database

View File

@ -8,16 +8,16 @@
rustPlatform.buildRustPackage rec {
pname = "dufs";
version = "0.41.0";
version = "0.42.0";
src = fetchFromGitHub {
owner = "sigoden";
repo = "dufs";
rev = "v${version}";
hash = "sha256-Ab/f6n2n24mLsWS4WF6jOBt9m7dyeSP0ftYixKANsjY=";
hash = "sha256-eada2xQlzB1kknwitwxZhFiv6myTbtYHHFkQtppa0tc=";
};
cargoHash = "sha256-CNHDZHyg4jrEl3hmdQ7ITCtg9iTmB2RwDAzqSirOCO4=";
cargoHash = "sha256-juT3trREV7LmjBz+x7Od4XoTGuL1XRhknbU4Nopg2HU=";
nativeBuildInputs = [ installShellFiles ];