Unverified Commit 4e69717d authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #268214 from khaneliman/sketchybar

sketchybar: 2.19.3 -> 2.19.4
parents f3db1096 7628e3d0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,13 +22,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "sketchybar";
  version = "2.19.3";
  version = "2.19.4";

  src = fetchFromGitHub {
    owner = "FelixKratz";
    repo = "SketchyBar";
    rev = "v${finalAttrs.version}";
    hash = "sha256-QT926AnV9jLc1KvYks6ukIAcMbVHOupTJWQ6vBHpcxc=";
    hash = "sha256-6MqTyCqFv5suQgQ5a9t1mDA2njjFFgk67Kp7xO5OXoA=";
  };

  buildInputs = [