Unverified Commit 5f28414c authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

Merge pull request #251789 from khaneliman/yabai

yabai: 5.0.6 -> 5.0.7
parents 39796066 87456a91
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
, stdenvNoCC
, fetchFromGitHub
, fetchzip
, writeShellScript
, installShellFiles
, testers
, yabai
@@ -18,7 +17,7 @@

let
  pname = "yabai";
  version = "5.0.6";
  version = "5.0.7";

  test-version = testers.testVersion {
    package = yabai;
@@ -42,6 +41,7 @@ let
      cmacrae
      shardy
      ivar
      khaneliman
    ];
  };
in
@@ -53,7 +53,7 @@ in

    src = fetchzip {
      url = "https://github.com/koekeishiya/yabai/releases/download/v${version}/yabai-v${version}.tar.gz";
      sha256 = "sha256-wpm9VnR4yPk6Ybo/V2DMLgRcSzDl3dWGSKDCjYfz+xQ=";
      hash = "sha256-6RtA3xFOVwTYrfHE72Qa65kDSwv/3/NQ8z4bVCsm9Fc=";
    };

    nativeBuildInputs = [
@@ -89,7 +89,7 @@ in
      owner = "koekeishiya";
      repo = "yabai";
      rev = "v${version}";
      sha256 = "sha256-1/h8f1FQNHn5eVprPVd0can8XHjNyF7j4H3LSN0K8rI=";
      hash = "sha256-wFrMMiy+K+bnEeVyY3RGVZBoxiKQ69Q+Bp1xa+IcWas=";
    };

    nativeBuildInputs = [