Unverified Commit 53f89aac authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

sketchybar: 2.21.0 -> 2.22.0 (#357010)

parents 89337204 68fca281
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,13 +19,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "sketchybar";
  version = "2.21.0";
  version = "2.22.0";

  src = fetchFromGitHub {
    owner = "FelixKratz";
    repo = "SketchyBar";
    rev = "v${finalAttrs.version}";
    hash = "sha256-hTfQQjx6ai83zYFfccsz/KaoZUIj5Dfz4ENe59gS02E=";
    hash = "sha256-0082rRSfIKJFTAzmJ65ItEdLSwjFks5ZkTlVZqaWKEw=";
  };

  buildInputs = [