Unverified Commit c72ee356 authored by Felix Bargfeldt's avatar Felix Bargfeldt Committed by GitHub
Browse files

dua: 2.30.1 -> 2.31.0 (#430316)

parents 61fc5e8c 8821112d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

rustPlatform.buildRustPackage rec {
  pname = "dua";
  version = "2.30.1";
  version = "2.31.0";

  src = fetchFromGitHub {
    owner = "Byron";
    repo = "dua-cli";
    tag = "v${version}";
    hash = "sha256-TJiy9ki2k9sgruMFPF3xElOJaco6G8Jx/g43WYwF22U=";
    hash = "sha256-GwNA3rKZ754B6/wGfE3YYv7/w3pt+0T/leYOfdiXzTs=";
    # Remove unicode file names which leads to different checksums on HFS+
    # vs. other filesystems because of unicode normalisation.
    postFetch = ''
@@ -22,7 +22,7 @@ rustPlatform.buildRustPackage rec {
    '';
  };

  cargoHash = "sha256-LOtZyH6eO8IgHrZfyBInEeXI9CxkjLrMfMWuTUMF+FU=";
  cargoHash = "sha256-T4wvvrTeXsHCoIpvHmAMWcsxtxx5o7Nvky/TkwVyfAA=";

  checkFlags = [
    # Skip interactive tests