Skip to content

Commit

Permalink
dua: 2.10.2 -> 2.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 18, 2020
1 parent 9e1943e commit 94bd171
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/misc/dua/default.nix
Expand Up @@ -2,21 +2,21 @@

rustPlatform.buildRustPackage rec {
pname = "dua";
version = "2.10.2";
version = "2.10.3";

src = fetchFromGitHub {
owner = "Byron";
repo = "dua-cli";
rev = "v${version}";
sha256 = "0qsk4pa7xywd6fdwd5v4qwj334hyp3xjlayjzgyhks7a87hdwjgs";
sha256 = "0zzansnbry73h7b2i4rz4rxc86xiw037n7f3va5gkz0pfdfa9mzi";
# Remove unicode file names which leads to different checksums on HFS+
# vs. other filesystems because of unicode normalisation.
extraPostFetch = ''
rm -r $out/tests/fixtures
'';
};

cargoSha256 = "02wd4cw9hd8d96szwx8yxz6bll60f7w1z0xiz7k1h8h12mriaz4w";
cargoSha256 = "0wky0b9sv4hsj56s001m5gh16r8ms421l7h7xjh117fs87aaj42w";

doCheck = false;

Expand Down

0 comments on commit 94bd171

Please sign in to comment.