about summary refs log tree commit diff
path: root/pkgs/tools/misc/dust
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-12-08 18:47:00 -0500
committerMario Rodas <marsam@users.noreply.github.com>2019-12-08 18:47:00 -0500
commit4d3f464ea98e46eb7ad2eb46927c0b2fe13b4cba (patch)
tree92e8bafddac7b854afdd2ea4f89b85f0af8ec7c1 /pkgs/tools/misc/dust
parent5bd1bd08ed4e7bc10a5d426b9b02e212e9a08f8b (diff)
downloadnixlib-4d3f464ea98e46eb7ad2eb46927c0b2fe13b4cba.tar
nixlib-4d3f464ea98e46eb7ad2eb46927c0b2fe13b4cba.tar.gz
nixlib-4d3f464ea98e46eb7ad2eb46927c0b2fe13b4cba.tar.bz2
nixlib-4d3f464ea98e46eb7ad2eb46927c0b2fe13b4cba.tar.lz
nixlib-4d3f464ea98e46eb7ad2eb46927c0b2fe13b4cba.tar.xz
nixlib-4d3f464ea98e46eb7ad2eb46927c0b2fe13b4cba.tar.zst
nixlib-4d3f464ea98e46eb7ad2eb46927c0b2fe13b4cba.zip
du-dust: 0.4.1.2 -> 0.4.2
Diffstat (limited to 'pkgs/tools/misc/dust')
-rw-r--r--pkgs/tools/misc/dust/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/dust/default.nix b/pkgs/tools/misc/dust/default.nix
index 68f06f1ceb84..4239b54f18e7 100644
--- a/pkgs/tools/misc/dust/default.nix
+++ b/pkgs/tools/misc/dust/default.nix
@@ -2,16 +2,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "dust";
-  version = "0.4.1.2";
+  version = "0.4.2";
 
   src = fetchFromGitHub {
     owner = "bootandy";
     repo = "dust";
     rev = "v${version}";
-    sha256 = "0a2n96p6z4y09l5z617qbpm8lgxvfagd1l950d2gz9xw4xf1ik5w";
+    sha256 = "0z1vi5agaf1gcq1bdzgfc89v6vpk9kaxxy8f3rd2h6yzdrd2dhk7";
   };
 
-  cargoSha256 = "0cpgxkgz10na90r3fgz8hs20vihqdcc8983inn71fq90627bhdx7";
+  cargoSha256 = "08c428rrana0llzhkg8ngzqs6vc773jrf4wql2qxdvm4l0nsx596";
 
   doCheck = false;