du-dust: 0.2.3 -> 0.4.1.2

This commit is contained in:
Mario Rodas 2019-11-03 04:20:00 -05:00
parent a4a032376f
commit 7efb823404
No known key found for this signature in database
GPG key ID: 4C4BEFD7B18DC5E8

View file

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "dust";
version = "0.2.3";
version = "0.4.1.2";
src = fetchFromGitHub {
owner = "bootandy";
repo = "dust";
rev = "v${version}";
sha256 = "1l8z1daiq2x92449p2ciblcwl0ddgr3vqj2dsd3z8jj3y0z8j51s";
sha256 = "0a2n96p6z4y09l5z617qbpm8lgxvfagd1l950d2gz9xw4xf1ik5w";
};
cargoSha256 = "1bby08ijpwb8676pgm87k80s0n0fqsxc3wmz0v8p9s85yzkflnx5";
cargoSha256 = "0cpgxkgz10na90r3fgz8hs20vihqdcc8983inn71fq90627bhdx7";
doCheck = false;