sketchybar: 2.20.1 -> 2.21.0

This commit is contained in:
Austin Horstman 2024-03-14 07:51:29 -05:00
parent 8eb1338a05
commit 83b59271e3
No known key found for this signature in database

View file

@ -22,13 +22,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "sketchybar";
version = "2.20.1";
version = "2.21.0";
src = fetchFromGitHub {
owner = "FelixKratz";
repo = "SketchyBar";
rev = "v${finalAttrs.version}";
hash = "sha256-dyo4J3Qszq7SSXdAXmgm7xFhWE5Eqtr7yZpNGmtuphY=";
hash = "sha256-hTfQQjx6ai83zYFfccsz/KaoZUIj5Dfz4ENe59gS02E=";
};
buildInputs = [