Unverified Commit 7628e3d0 authored by Austin Horstman's avatar Austin Horstman
Browse files

sketchybar: 2.19.3 -> 2.19.4

parent cf4fee6f
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 = [