mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
dua: 2.41.1 -> 2.42.1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user