Commit 6ee7b97e authored by R. RyanTM's avatar R. RyanTM
Browse files

dua: 2.19.0 -> 2.19.1

parent 5aa52365
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

rustPlatform.buildRustPackage rec {
  pname = "dua";
  version = "2.19.0";
  version = "2.19.1";

  buildInputs = lib.optionals stdenv.isDarwin [ libiconv Foundation ];

@@ -10,7 +10,7 @@ rustPlatform.buildRustPackage rec {
    owner = "Byron";
    repo = "dua-cli";
    rev = "v${version}";
    sha256 = "sha256-cb2WW0FpY5GMzll7sgbDRcgiKYSVZjJ8e8BabywF9wg=";
    sha256 = "sha256-GNVmrFY/qWInP0qT9Y+UurIyK3rBhj2OyAcH+Sw3smo=";
    # Remove unicode file names which leads to different checksums on HFS+
    # vs. other filesystems because of unicode normalisation.
    postFetch = ''
@@ -18,7 +18,7 @@ rustPlatform.buildRustPackage rec {
    '';
  };

  cargoSha256 = "sha256-79dUeQOf6hiSRzz5mLWcSP5bLXMOU5YcE9ecd/t9VaI=";
  cargoHash = "sha256-xhNHvTVOBwAkMn/lLUShhZkBih1zX5b/udeJaEcZGgs=";

  doCheck = false;