Unverified Commit 6d84bc24 authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

waybar: 0.13.0 -> 0.14.0 (#431950)

parents bf2c362f cc76d175
Loading
Loading
Loading
Loading
+2 −11
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
  stdenv,
  bash,
  fetchFromGitHub,
  fetchpatch,
  SDL2,
  alsa-lib,
  catch2_3,
@@ -73,13 +72,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "waybar";
  version = "0.13.0";
  version = "0.14.0";

  src = fetchFromGitHub {
    owner = "Alexays";
    repo = "Waybar";
    tag = finalAttrs.version;
    hash = "sha256-KfWjYDqJf2jNmYAnmV7EQHweMObEBreUc2G7/LpvvC0=";
    hash = "sha256-mGiBZjfvtZZkSHrha4UF2l1Ogbij8J//r2h4gcZAJ6w=";
  };

  postUnpack = lib.optional cavaSupport ''
@@ -89,14 +88,6 @@ stdenv.mkDerivation (finalAttrs: {
    popd
  '';

  patches = [
    (fetchpatch {
      name = "waybar-default-icon.patch";
      url = "https://github.com/Alexays/Waybar/commit/c336bc5466c858ac41dc9afd84f04a5ffec9e292.patch";
      hash = "sha256-RRGy/aeFX95fW0pT6mXhww2RdEtoOnaT3+dc7iB3bAY=";
    })
  ];

  nativeBuildInputs = [
    meson
    ninja