sketchybar: 2.16.1 -> 2.16.3

This commit is contained in:
Austin Horstman 2023-09-04 09:06:06 -05:00
parent 81a8aa7652
commit 85cd8caee8
No known key found for this signature in database

View File

@ -20,13 +20,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "sketchybar";
version = "2.16.1";
version = "2.16.3";
src = fetchFromGitHub {
owner = "FelixKratz";
repo = "SketchyBar";
rev = "v${finalAttrs.version}";
hash = "sha256-H+bR5ZhUTrN2KAEdY/hnq6c3TEb1NQvPQ9uPo09gSM8=";
hash = "sha256-PCAGIcO7lvIAEFXlJn/e9zG5kxvDABshxFbu/bXWX7o=";
};
buildInputs = [