dua: 2.41.1 -> 2.42.1 (#553530)

This commit is contained in:
Felix Bargfeldt
2026-08-17 13:06:42 +00:00
committed by GitHub

View File

@@ -10,13 +10,13 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "dua";
version = "2.41.1";
version = "2.42.1";
src = fetchFromGitHub {
owner = "Byron";
repo = "dua-cli";
tag = "v${finalAttrs.version}";
hash = "sha256-OQeBwkvrKa7DMMH152Lr3fucsM/AcXAdy09zKEPfxtY=";
hash = "sha256-OZmASDrnQxDnDDpensv+Ltgtc6IclLaZ5baZDy4kQxE=";
# Remove unicode file names which leads to different checksums on HFS+
# vs. other filesystems because of unicode normalisation.
postFetch = ''
@@ -24,7 +24,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
'';
};
cargoHash = "sha256-p/w5J7GY3JwwS6o6p1sik4mrdT3J2a3ahRtbR5W4VQ4=";
cargoHash = "sha256-1FItTPqrBty9PpiKw5riGNP89DdrLHgXC+aBXbD+3Wc=";
checkFlags = [
# Skip interactive tests