Unverified Commit 186e57d9 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

Merge pull request #279478 from khaneliman/yabai

yabai: 6.0.4 -> 6.0.6
parents 447236a2 0f9f5f48
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

let
  pname = "yabai";
  version = "6.0.4";
  version = "6.0.6";

  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-gxQBZ/7I2TVjoG5a8ea2+W4OwI9pJFbGSbZzcL5JY4Q=";
      hash = "sha256-G4BbYU4mgV8Jap8a872/YtoXU/hwUhFyLXdcuT1jldI=";
    };

    nativeBuildInputs = [
@@ -89,7 +89,7 @@ in
      owner = "koekeishiya";
      repo = "yabai";
      rev = "v${version}";
      hash = "sha256-U2YGgfTfhpmiBiO+S6xpsLrgI+kVUYYGLGjt8KHcBrc=";
      hash = "sha256-wqGYVUDEDkrLSr0IoAO17wbtwaDeainnkDeR8O8oFqc=";
    };

    nativeBuildInputs = [