Skip to content

Commit

Permalink
Merge pull request #199317 from ilkecan/waybar-0.9.15
Browse files Browse the repository at this point in the history
  • Loading branch information
lovesegfault authored Nov 3, 2022
2 parents 9a46b4a + 231e389 commit 71a7ebd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/waybar/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@

stdenv.mkDerivation rec {
pname = "waybar";
version = "0.9.14";
version = "0.9.15";

src = fetchFromGitHub {
owner = "Alexays";
repo = "Waybar";
rev = version;
sha256 = "sha256-1tnFBUB7/MjnrCkfKOR2SZ/GB5Ik115zsnwjkNMB05E=";
sha256 = "sha256-u2nEMS0lJ/Kf09+mWYWQLji9MVgjYAfUi5bmPEfTfFc=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 71a7ebd

Please sign in to comment.