Unverified Commit 7735ad6c authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #260487 from khaneliman/sketchybar

sketchybar: 2.16.3 -> 2.17.0
parents 7d66d860 a4054b49
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,13 +21,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "sketchybar";
  version = "2.16.3";
  version = "2.17.0";

  src = fetchFromGitHub {
    owner = "FelixKratz";
    repo = "SketchyBar";
    rev = "v${finalAttrs.version}";
    hash = "sha256-PCAGIcO7lvIAEFXlJn/e9zG5kxvDABshxFbu/bXWX7o=";
    hash = "sha256-FntWC180wpUyxP5iYdo/p2LbP0dbv1y6CXersfBT5b4=";
  };

  buildInputs = [