Commit 2d42c0c5 authored by Noa Aarts's avatar Noa Aarts Committed by Weijia Wang
Browse files

bandwhich: 0.23.0 -> 0.23.1

parent a18cb85d
Loading
Loading
Loading
Loading
+3 −8
Original line number Diff line number Diff line
@@ -10,22 +10,17 @@

rustPlatform.buildRustPackage rec {
  pname = "bandwhich";
  version = "0.23.0";
  version = "0.23.1";

  src = fetchFromGitHub {
    owner = "imsnif";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-8PUtlhy8rsQw3TqgpxWiVettGhncHetWCZcrDXjsR5M=";
    hash = "sha256-gXPX5drVXsfkssPMdhqIpFsYNSbelE9mKwO+nGEy4Qs=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-E0K0DEL3AaXrQcvbQO2yo+IcPBnMapJTF77jyL1VJxc=";

  checkFlags = [
    # failing in upstream CI
    "--skip=tests::cases::ui::layout_under_50_width_under_50_height"
  ];
  cargoHash = "sha256-bsyEEbwBTDcIOc+PRkZqcfqcDgQnchuVy8a8eSZZUHU=";

  nativeBuildInputs = [ installShellFiles ];