Merge pull request #260487 from khaneliman/sketchybar

sketchybar: 2.16.3 -> 2.17.0
This commit is contained in:
Mario Rodas 2023-10-12 03:35:10 -05:00 committed by GitHub
commit 7735ad6ccb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = [