Unverified Commit a7c9c812 authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

Merge pull request #255030 from khaneliman/yabai

yabai: 5.0.7 -> 5.0.8
parents 46ea94ed 191f3e6f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

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

  test-version = testers.testVersion {
    package = yabai;
@@ -53,7 +53,7 @@ in

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

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

    nativeBuildInputs = [